Home
last modified time | relevance | path

Searched refs:PHP_OUTPUT_HANDLER_FLUSH (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/main/
H A Dphp_output.h30 #define PHP_OUTPUT_HANDLER_FLUSH 0x04 /* pass along as much as possible */ macro
H A Doutput.c199 …REGISTER_MAIN_LONG_CONSTANT("PHP_OUTPUT_HANDLER_FLUSH", PHP_OUTPUT_HANDLER_FLUSH, CONST_CS | CONST… in php_output_register_constants()
284 php_output_context_init(&context, PHP_OUTPUT_HANDLER_FLUSH TSRMLS_CC); in php_output_flush()
303 php_output_op(PHP_OUTPUT_HANDLER_FLUSH, NULL, 0 TSRMLS_CC); in php_output_flush_all()
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c986 …ol) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT | PHP_OUTPUT_HANDLER_FLUSH | PHP_OUT… in php_url_scanner_output_handler()
H A Durl_scanner_ex.re438 …ol) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT | PHP_OUTPUT_HANDLER_FLUSH | PHP_OUT…
/PHP-5.5/ext/zlib/
H A Dzlib.c153 } else if (output_context->op & PHP_OUTPUT_HANDLER_FLUSH) { in php_zlib_output_handler_ex()

Completed in 22 milliseconds