Searched refs:PHP_OCI_LOB_BUFFER_ENABLED (Results 1 – 3 of 3) sorted by relevance
448 if (descriptor->buffering == PHP_OCI_LOB_BUFFER_ENABLED) { in php_oci_lob_write()485 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()648 descriptor->buffering = PHP_OCI_LOB_BUFFER_ENABLED; in php_oci_lob_flush()
95 #define PHP_OCI_LOB_BUFFER_ENABLED 1 macro
606 descriptor->buffering = PHP_OCI_LOB_BUFFER_ENABLED; in php_oci_descriptor_flush_hash_dtor()
Completed in 28 milliseconds