flush_flag        718 ext/oci8/oci8_interface.c 	zend_long flush_flag = 0;
flush_flag        721 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &flush_flag) == FAILURE) {
flush_flag        726 ext/oci8/oci8_interface.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|l", &z_descriptor, oci_lob_class_entry_ptr, &flush_flag) == FAILURE) {
flush_flag        743 ext/oci8/oci8_interface.c 	if (php_oci_lob_flush(descriptor, flush_flag)) {
flush_flag        617 ext/oci8/oci8_lob.c int php_oci_lob_flush(php_oci_descriptor *descriptor, zend_long flush_flag)
flush_flag        627 ext/oci8/oci8_lob.c 	switch (flush_flag) {
flush_flag        633 ext/oci8/oci8_lob.c 			php_error_docref(NULL, E_WARNING, "Invalid flag value: %pd", flush_flag);
flush_flag        645 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, (ub4) flush_flag));
flush_flag        444 ext/oci8/php_oci8_int.h int php_oci_lob_flush(php_oci_descriptor *descriptor, zend_long flush_flag);