Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_lob.c613 int php_oci_lob_flush(php_oci_descriptor *descriptor, zend_long flush_flag) in php_oci_lob_flush() argument
623 switch (flush_flag) { in php_oci_lob_flush()
629 php_error_docref(NULL, E_WARNING, "Invalid flag value: " ZEND_LONG_FMT, flush_flag); in php_oci_lob_flush()
641 …LL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, (ub4) flush_flag)); in php_oci_lob_flush()
H A Doci8_interface.c798 zend_long flush_flag = 0; in PHP_FUNCTION() local
801 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &flush_flag) == FAILURE) { in PHP_FUNCTION()
806 …rameters(ZEND_NUM_ARGS(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &flush_flag) == FAILURE) { in PHP_FUNCTION()
823 if (php_oci_lob_flush(descriptor, flush_flag)) { in PHP_FUNCTION()
H A Dphp_oci8_int.h446 int php_oci_lob_flush(php_oci_descriptor *descriptor, zend_long flush_flag);

Completed in 27 milliseconds