Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/
H A Doci8_lob.c459 int php_oci_lob_set_buffering (php_oci_descriptor *descriptor, int on_off) in php_oci_lob_set_buffering() argument
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()
474 if (on_off) { 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()
H A Dphp_oci8_int.h445 int php_oci_lob_set_buffering(php_oci_descriptor *descriptor, int on_off);

Completed in 19 milliseconds