Home
last modified time | relevance | path

Searched refs:on_off (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/oci8/
H A Doci8_lob.c461 int php_oci_lob_set_buffering (php_oci_descriptor *descriptor, int on_off) in php_oci_lob_set_buffering() argument
466 if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
471 if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()
476 if (on_off) { in php_oci_lob_set_buffering()
487 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()
H A Dphp_oci8_int.h447 int php_oci_lob_set_buffering(php_oci_descriptor *descriptor, int on_off);

Completed in 12 milliseconds