Home
last modified time | relevance | path

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

1234

/PHP-7.2/ext/pcre/pcrelib/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.2/main/streams/
H A Dstreams.c1187 if (stream->ops->flush) { in _php_stream_flush()
1188 ret = stream->ops->flush(stream); in _php_stream_flush()
/PHP-7.2/
H A Dphp.ini-development275 ; Implicit flush tells PHP to tell the output layer to flush itself
277 ; PHP function flush() after each and every call to print() or echo() and each
280 ; http://php.net/implicit-flush
H A Dphp.ini-production275 ; Implicit flush tells PHP to tell the output layer to flush itself
277 ; PHP function flush() after each and every call to print() or echo() and each
280 ; http://php.net/implicit-flush
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_structs.h814 func_mysqlnd_stmt__flush flush; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1959 cgi_sapi_module.flush = sapi_fcgi_flush;
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c2260 return php_stream_socket_ops.flush(stream); in php_openssl_sockop_flush()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c2728 PHP_FE(flush, arginfo_flush)
4507 PHP_FUNCTION(flush) argument
/PHP-7.2/ext/oci8/
H A Doci8.c856 PHP_FALIAS(flush, oci_lob_flush, arginfo_oci_lob_flush_method)
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog1147 7. Improved instruction cache flush for POWER/PowerPC.
1511 3. Fix cache-flush issue on PowerPC (It is still an experimental JIT port).

Completed in 164 milliseconds

1234