Searched refs:on_off (Results 1 – 2 of 2) sorted by relevance
490 int php_oci_lob_set_buffering (php_oci_descriptor *descriptor, int on_off TSRMLS_DC) in php_oci_lob_set_buffering()494 if (!on_off && descriptor->buffering == PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()499 if (on_off && descriptor->buffering != PHP_OCI_LOB_BUFFER_DISABLED) { in php_oci_lob_set_buffering()504 if (on_off) { in php_oci_lob_set_buffering()515 descriptor->buffering = on_off ? PHP_OCI_LOB_BUFFER_ENABLED : PHP_OCI_LOB_BUFFER_DISABLED; in php_oci_lob_set_buffering()
1311 zend_bool on_off; local1313 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &on_off) == FAILURE) {1316 OCI_G(debug_mode) = on_off;
Completed in 12 milliseconds