Searched refs:flush_flag (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/oci8/ |
H A D | oci8_lob.c | 613 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 D | oci8_interface.c | 798 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 D | php_oci8_int.h | 446 int php_oci_lob_flush(php_oci_descriptor *descriptor, zend_long flush_flag);
|
Completed in 18 milliseconds