Searched refs:flush (Results 76 – 85 of 85) sorted by relevance
1234
1143 …ic sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) in emit_const() argument1147 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() argument1162 if (flush) { in emit_const_64()
1187 if (stream->ops->flush) { in _php_stream_flush()1188 ret = stream->ops->flush(stream); in _php_stream_flush()
275 ; Implicit flush tells PHP to tell the output layer to flush itself277 ; PHP function flush() after each and every call to print() or echo() and each280 ; http://php.net/implicit-flush
814 func_mysqlnd_stmt__flush flush; in MYSQLND_CLASS_METHODS_TYPE() local
1959 cgi_sapi_module.flush = sapi_fcgi_flush;
2260 return php_stream_socket_ops.flush(stream); in php_openssl_sockop_flush()
2728 PHP_FE(flush, arginfo_flush)4507 PHP_FUNCTION(flush) argument
856 PHP_FALIAS(flush, oci_lob_flush, arginfo_oci_lob_flush_method)
1147 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