flush_flag        702 ext/oci8/oci8_interface.c 	long flush_flag = 0;
flush_flag        705 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &flush_flag) == FAILURE) {
flush_flag        710 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|l", &z_descriptor, oci_lob_class_entry_ptr, &flush_flag) == FAILURE) {
flush_flag        727 ext/oci8/oci8_interface.c 	if (php_oci_lob_flush(descriptor, flush_flag TSRMLS_CC)) {
flush_flag        618 ext/oci8/oci8_lob.c int php_oci_lob_flush(php_oci_descriptor *descriptor, long flush_flag TSRMLS_DC)
flush_flag        628 ext/oci8/oci8_lob.c 	switch (flush_flag) {
flush_flag        634 ext/oci8/oci8_lob.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid flag value: %ld", flush_flag);
flush_flag        646 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, flush_flag));
flush_flag        429 ext/oci8/php_oci8_int.h int php_oci_lob_flush(php_oci_descriptor *descriptor, long flush_flag TSRMLS_DC);