Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_lob.c85 descriptor->buffering = PHP_OCI_LOB_BUFFER_DISABLED; /* buffering is off by default */ in php_oci_lob_create()
464 if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
469 if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
485 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()
495 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.c683 if (descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in PHP_FUNCTION()
737 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in PHP_FUNCTION()

Completed in 21 milliseconds