Home
last modified time | relevance | path

Searched refs:PHP_OCI_LOB_BUFFER_DISABLED (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/oci8/
H A Doci8_lob.c88 descriptor->buffering = PHP_OCI_LOB_BUFFER_DISABLED; /* buffering is off by default */ in php_oci_lob_create()
494 if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
499 if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
515 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()
523 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_get_buffering()
H A Dphp_oci8_int.h90 #define PHP_OCI_LOB_BUFFER_DISABLED 0 macro
H A Doci8_interface.c722 if (descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) {
787 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) {

Completed in 16 milliseconds