Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_lob.c611 int php_oci_lob_flush(php_oci_descriptor *descriptor, zend_long flush_flag) in php_oci_lob_flush() argument
621 switch (flush_flag) { in php_oci_lob_flush()
627 php_error_docref(NULL, E_WARNING, "Invalid flag value: " ZEND_LONG_FMT, flush_flag); in php_oci_lob_flush()
639 …LL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, (ub4) flush_flag)); in php_oci_lob_flush()
H A Doci8_interface.c670 zend_long flush_flag = 0; in PHP_FUNCTION() local
672 …ND_NUM_ARGS(), getThis(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &flush_flag) == FAILURE) { in PHP_FUNCTION()
688 if (php_oci_lob_flush(descriptor, flush_flag)) { in PHP_FUNCTION()
H A Dphp_oci8_int.h444 int php_oci_lob_flush(php_oci_descriptor *descriptor, zend_long flush_flag);

Completed in 32 milliseconds