Home
last modified time | relevance | path

Searched refs:flush (Results 51 – 75 of 85) sorted by relevance

1234

/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c187 int flush = 0; in match() local
196 flush: in match()
215 flush = m->reln != '!'; in match()
225 flush++; in match()
228 flush = 0; in match()
233 if (flush) { in match()
238 goto flush; in match()
266 goto flush; in match()
310 flush = 1; in match()
315 flush = 0; in match()
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dlob_003.phpt32 var_dump($blob->flush());
H A Dlob_002.phpt35 var_dump($blob->flush());
H A Dlob_031.phpt30 $blob->flush();
H A Dlob_001.phpt36 var_dump($blob->flush());
H A Dreflection2.phpt57 Method [ <internal%s> public method flush ] {
/PHP-7.2/tests/output/
H A Dob_implicit_flush_variation_001.phpt8 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt58 flush();
H A Dmysqli_set_charset.phpt104 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
111 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
/PHP-7.2/ext/standard/
H A Dbasic_functions.h57 PHP_FUNCTION(flush);
H A Dconfig.m44 dnl Check if flush should be called explicitly after buffered io
6 AC_CACHE_CHECK([whether flush should be called explicitly after a buffered io], ac_cv_flush_io,[
49 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
/PHP-7.2/main/
H A Dphp_output.h202 PHPAPI void php_output_set_implicit_flush(int flush);
H A DSAPI.h229 void (*flush)(void *server_context); member
H A DSAPI.c1000 if (sapi_module.flush) { in sapi_flush()
1001 sapi_module.flush(SG(server_context)); in sapi_flush()
H A Doutput.c732 PHPAPI void php_output_set_implicit_flush(int flush) in php_output_set_implicit_flush() argument
734 if (flush) { in php_output_set_implicit_flush()
H A Dphp_streams.h123 int (*flush)(php_stream *stream); member
/PHP-7.2/
H A DREADME.STREAMS233 read, write, close, flush, seek, gets and cast operations. Of these, an
234 implementation need only implement write, read, close and flush. The gets
359 Implement the other operations - remember that write, read, close and flush
H A Dserver-tests.php944 flush();
959 flush();
H A Drun-tests.php364 flush();
387 flush();
2722 flush();
/PHP-7.2/Zend/
H A Dbench.php79 flush();
/PHP-7.2/win32/build/
H A Dmkdist.php534 flush();
/PHP-7.2/ext/xmlwriter/
H A Dphp_xmlwriter.c446 ZEND_ARG_INFO(0, flush)
450 ZEND_ARG_INFO(0, flush)
570 PHP_ME_MAPPING(flush, xmlwriter_flush, arginfo_xmlwriter_method_flush, 0)
/PHP-7.2/ext/phar/
H A DTODO18 and deferring flush until all modifications are complete [Greg]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps.c688 s->m->flush(s); in MYSQLND_METHOD()
1270 s->m->flush(s); in MYSQLND_METHOD()
1301 MYSQLND_METHOD(mysqlnd_stmt, flush)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
2399 MYSQLND_METHOD(mysqlnd_stmt, flush),
H A Dmysqlnd.h249 #define mysqlnd_stmt_flush(stmt) (stmt)->m->flush((stmt))

Completed in 115 milliseconds

1234