on_off 465 ext/oci8/oci8_lob.c int php_oci_lob_set_buffering (php_oci_descriptor *descriptor, int on_off) on_off 470 ext/oci8/oci8_lob.c if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { on_off 475 ext/oci8/oci8_lob.c if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { on_off 480 ext/oci8/oci8_lob.c if (on_off) { on_off 491 ext/oci8/oci8_lob.c descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; on_off 445 ext/oci8/php_oci8_int.h int php_oci_lob_set_buffering(php_oci_descriptor *descriptor, int on_off);