Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_lob.c482 descriptor->buffering = PHP_OCI_LOB_BUFFER_USED; in php_oci_lob_write()
653 if (descriptor->buffering != PHP_OCI_LOB_BUFFER_USED) { in php_oci_lob_flush()
702 …E_FILE || descriptor->type == OCI_DTYPE_LOB) && descriptor->buffering == PHP_OCI_LOB_BUFFER_USED) { in php_oci_lob_free()
H A Dphp_oci8_int.h92 #define PHP_OCI_LOB_BUFFER_USED 2 macro
H A Doci8.c1585 …if (descriptor && descriptor->buffering == PHP_OCI_LOB_BUFFER_USED && (descriptor->type == OCI_DTY… in php_oci_descriptor_flush_hash_dtor()

Completed in 25 milliseconds