PHP_OCI_LOB_BUFFER_USED 1603 ext/oci8/oci8.c 	if (descriptor && descriptor->buffering == PHP_OCI_LOB_BUFFER_USED && (descriptor->type == OCI_DTYPE_LOB || descriptor->type == OCI_DTYPE_FILE)) {
PHP_OCI_LOB_BUFFER_USED  460 ext/oci8/oci8_lob.c 		descriptor->buffering = PHP_OCI_LOB_BUFFER_USED;
PHP_OCI_LOB_BUFFER_USED  646 ext/oci8/oci8_lob.c 	if (descriptor->buffering != PHP_OCI_LOB_BUFFER_USED) {
PHP_OCI_LOB_BUFFER_USED  697 ext/oci8/oci8_lob.c 	if ((descriptor->type == OCI_DTYPE_FILE || descriptor->type == OCI_DTYPE_LOB) && descriptor->buffering == PHP_OCI_LOB_BUFFER_USED) {