Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_lob.c481 if (descriptor->buffering == PHP_OCI_LOB_BUFFER_ENABLED) { in php_oci_lob_write()
515 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()
666 descriptor->buffering = PHP_OCI_LOB_BUFFER_ENABLED; in php_oci_lob_flush()
H A Dphp_oci8_int.h91 #define PHP_OCI_LOB_BUFFER_ENABLED 1 macro
H A Doci8.c1587 descriptor->buffering = PHP_OCI_LOB_BUFFER_ENABLED; in php_oci_descriptor_flush_hash_dtor()

Completed in 17 milliseconds