on_off            466 ext/oci8/oci8_lob.c int php_oci_lob_set_buffering (php_oci_descriptor *descriptor, int on_off TSRMLS_DC)
on_off            471 ext/oci8/oci8_lob.c 	if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) {
on_off            476 ext/oci8/oci8_lob.c 	if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) {
on_off            481 ext/oci8/oci8_lob.c 	if (on_off) {
on_off            492 ext/oci8/oci8_lob.c 	descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED;
on_off            430 ext/oci8/php_oci8_int.h int php_oci_lob_set_buffering(php_oci_descriptor *descriptor, int on_off TSRMLS_DC);