Searched refs:flush (Results 51 – 75 of 85) sorted by relevance
1234
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 187 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 D | lob_003.phpt | 32 var_dump($blob->flush());
|
H A D | lob_002.phpt | 35 var_dump($blob->flush());
|
H A D | lob_031.phpt | 30 $blob->flush();
|
H A D | lob_001.phpt | 36 var_dump($blob->flush());
|
H A D | reflection2.phpt | 57 Method [ <internal%s> public method flush ] {
|
/PHP-7.2/tests/output/ |
H A D | ob_implicit_flush_variation_001.phpt | 8 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output …
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_pconnect.phpt | 58 flush();
|
H A D | mysqli_set_charset.phpt | 104 /* 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 D | basic_functions.h | 57 PHP_FUNCTION(flush);
|
H A D | config.m4 | 4 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 D | php_output.h | 202 PHPAPI void php_output_set_implicit_flush(int flush);
|
H A D | SAPI.h | 229 void (*flush)(void *server_context); member
|
H A D | SAPI.c | 1000 if (sapi_module.flush) { in sapi_flush() 1001 sapi_module.flush(SG(server_context)); in sapi_flush()
|
H A D | output.c | 732 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 D | php_streams.h | 123 int (*flush)(php_stream *stream); member
|
/PHP-7.2/ |
H A D | README.STREAMS | 233 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 D | server-tests.php | 944 flush(); 959 flush();
|
H A D | run-tests.php | 364 flush(); 387 flush(); 2722 flush();
|
/PHP-7.2/Zend/ |
H A D | bench.php | 79 flush();
|
/PHP-7.2/win32/build/ |
H A D | mkdist.php | 534 flush();
|
/PHP-7.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 446 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 D | TODO | 18 and deferring flush until all modifications are complete [Greg]
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_ps.c | 688 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 D | mysqlnd.h | 249 #define mysqlnd_stmt_flush(stmt) (stmt)->m->flush((stmt))
|
Completed in 115 milliseconds
1234