Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 82) sorted by last modified time

1234

/PHP-7.4/main/streams/
H A Dstreams.c1239 if (stream->ops->flush) { in _php_stream_flush()
1240 ret = stream->ops->flush(stream); in _php_stream_flush()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4707 void (*orig_flush)(void *server_context) = sapi_module.flush; in accel_finish_startup()
4800 sapi_module.flush = preload_flush; in accel_finish_startup()
4875 sapi_module.flush = orig_flush; in accel_finish_startup()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1905 cgi_sapi_module.flush = sapi_fcgi_flush;
/PHP-7.4/main/
H A Doutput.c740 PHPAPI void php_output_set_implicit_flush(int flush) in php_output_set_implicit_flush() argument
742 if (flush) { in php_output_set_implicit_flush()
H A Dphp_output.h200 PHPAPI void php_output_set_implicit_flush(int flush);
H A Dphp_streams.h121 int (*flush)(php_stream *stream); member
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2306 return php_stream_socket_ops.flush(stream); in php_openssl_sockop_flush()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c678 s->m->flush(s); in MYSQLND_METHOD()
1184 s->m->flush(s); in MYSQLND_METHOD()
1210 MYSQLND_METHOD(mysqlnd_stmt, flush)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
2292 MYSQLND_METHOD(mysqlnd_stmt, flush),
H A Dmysqlnd.h249 #define mysqlnd_stmt_flush(stmt) (stmt)->m->flush((stmt))
H A Dmysqlnd_structs.h867 func_mysqlnd_stmt__flush flush; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.4/
H A Drun-tests.php931 flush();
954 flush();
3241 flush();
H A Dphp.ini-development270 ; Implicit flush tells PHP to tell the output layer to flush itself
272 ; PHP function flush() after each and every call to print() or echo() and each
275 ; http://php.net/implicit-flush
H A Dphp.ini-production270 ; Implicit flush tells PHP to tell the output layer to flush itself
272 ; PHP function flush() after each and every call to print() or echo() and each
275 ; http://php.net/implicit-flush
/PHP-7.4/ext/mysqli/tests/
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(); */
H A Dmysqli_pconnect.phpt58 flush();
/PHP-7.4/ext/standard/
H A Dconfig.m42 dnl Check if flush should be called explicitly after buffered io
4 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.])
H A Dbasic_functions.c2745 PHP_FE(flush, arginfo_flush)
4541 PHP_FUNCTION(flush) argument
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c1143 …ic sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) in emit_const() argument
1147 if (flush) { in emit_const()
1158 …sljit_s32 emit_const_64(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) in emit_const_64() argument
1162 if (flush) { in emit_const_64()
/PHP-7.4/win32/build/
H A Dmkdist.php527 flush();
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c236 flush: in match()
246 goto flush; in match()
270 flush++; in match()
273 flush = 0; in match()
278 if (flush) { in match()
283 goto flush; in match()
314 goto flush; in match()
338 goto flush; in match()
361 flush = 1; in match()
368 flush = 0; in match()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-fallback.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c444 ZEND_ARG_INFO(0, flush)
448 ZEND_ARG_INFO(0, flush)
552 PHP_ME_MAPPING(flush, xmlwriter_flush, arginfo_xmlwriter_method_flush, 0)
/PHP-7.4/Zend/
H A Dbench.php79 flush();
/PHP-7.4/sapi/cgi/tests/
H A Dapache_response_headers.phpt23 flush();

Completed in 137 milliseconds

1234