Home
last modified time | relevance | path

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

1234

/PHP-5.4/main/
H A Doutput.c744 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC) in php_output_set_implicit_flush()
746 if (flush) { in php_output_set_implicit_flush()
H A Dphp_streams.h121 int (*flush)(php_stream *stream TSRMLS_DC); member
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.h246 #define mysqlnd_stmt_flush(stmt) (stmt)->m->flush((stmt) TSRMLS_CC)
H A Dmysqlnd_structs.h767 func_mysqlnd_stmt__flush flush; member
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c1144 …atic sljit_si emit_const(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm, int flush) in emit_const() argument
1148 if (flush) { in emit_const()
1159 …c sljit_si emit_const_64(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm, int flush) in emit_const_64() argument
1163 if (flush) { in emit_const_64()
/PHP-5.4/ext/openssl/
H A Dxp_ssl.c298 return php_stream_socket_ops.flush(stream TSRMLS_CC); in php_openssl_sockop_flush()
/PHP-5.4/main/streams/
H A Dstreams.c1233 if (stream->ops->flush) { in _php_stream_flush()
1234 ret = stream->ops->flush(stream TSRMLS_CC); in _php_stream_flush()
/PHP-5.4/
H A Dphp.ini-development272 ; Implicit flush tells PHP to tell the output layer to flush itself
274 ; PHP function flush() after each and every call to print() or echo() and each
277 ; http://php.net/implicit-flush
H A Dphp.ini-production272 ; Implicit flush tells PHP to tell the output layer to flush itself
274 ; PHP function flush() after each and every call to print() or echo() and each
277 ; http://php.net/implicit-flush
H A DNEWS1025 . Fixed bug #65015 (pg_send_query does not flush send buffer)
4994 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
8982 - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c1895 cgi_sapi_module.flush = sapi_fcgi_flush;
/PHP-5.4/ext/standard/
H A Dbasic_functions.c2698 PHP_FE(flush, arginfo_flush)
4379 PHP_FUNCTION(flush) argument
/PHP-5.4/ext/oci8/
H A Doci8.c980 PHP_FALIAS(flush, oci_lob_flush, arginfo_oci_lob_flush_method)
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch894 - (void) fflush( hc->hs->logfp ); /* don't need to flush every time */
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog785 7. Improved instruction cache flush for POWER/PowerPC.
1149 3. Fix cache-flush issue on PowerPC (It is still an experimental JIT port).

Completed in 178 milliseconds

1234