Searched refs:fflush (Results 26 – 50 of 52) sorted by relevance
123
/PHP-5.5/ext/standard/tests/strings/ |
H A D | setlocale_basic2.phpt | 38 // fflush and end the output buffering to internal output buffer
|
/PHP-5.5/ext/bz2/ |
H A D | bz2.c | 103 PHP_FALIAS(bzflush, fflush, arginfo_bzflush)
|
/PHP-5.5/Zend/ |
H A D | zend_execute_API.c | 59 fflush(stdout); 60 fflush(stderr); 77 fflush(stderr);
|
H A D | zend_execute.c | 1456 fflush(stderr); in zend_check_symbol()
|
/PHP-5.5/main/streams/ |
H A D | plain_wrapper.c | 478 return fflush(data->file); in php_stdiop_flush() 559 fflush(data->file); in php_stdiop_cast()
|
H A D | streams.c | 1277 fflush(stream->stdiocast); in _php_stream_seek()
|
/PHP-5.5/TSRM/ |
H A D | TSRM.c | 765 fflush(tsrm_error_file); in tsrm_error()
|
H A D | tsrm_win32.c | 580 fflush(process->stream); in pclose()
|
/PHP-5.5/ |
H A D | README.STREAMS | 43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
|
/PHP-5.5/ext/opcache/Optimizer/ |
H A D | block_pass.c | 72 fflush(stderr); in print_block() 2036 fflush(stderr); in zend_block_optimization()
|
/PHP-5.5/main/ |
H A D | output.c | 99 fflush(stderr); in php_output_stderr()
|
H A D | main.c | 1101 fflush(stderr); in php_error_cb()
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_main.c | 334 if (fflush(stdout) == EOF) { in sapi_cgibin_flush()
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | cdf.c | 71 #define DPRINTF(a) printf a, fflush(stdout)
|
/PHP-5.5/ext/gd/ |
H A D | gd.c | 2440 fflush(fp); in _php_image_create_from() 2626 fflush(fp); in _php_image_output() 4597 fflush(dest); in _php_image_convert()
|
/PHP-5.5/ext/spl/ |
H A D | spl_directory.c | 2734 SPL_METHOD(SplFileObject, fflush) in SPL_METHOD() argument 3011 SPL_ME(SplFileObject, fflush, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/curl/ |
H A D | interface.c | 3007 fflush(ch->handlers->write->fp); in PHP_FUNCTION() 3010 fflush(ch->handlers->write_header->fp); in PHP_FUNCTION()
|
/PHP-5.5/sapi/cgi/ |
H A D | cgi_main.c | 329 if (fflush(stdout) == EOF) { in sapi_cgi_flush()
|
/PHP-5.5/ext/standard/ |
H A D | file.c | 1211 PHPAPI PHP_FUNCTION(fflush) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3103 PHP_FE(fflush, arginfo_fflush)
|
/PHP-5.5/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 257 fflush(stderr); \
|
/PHP-5.5/ext/opcache/ |
H A D | ZendAccelerator.c | 2373 fflush(stderr);
|
/PHP-5.5/sapi/thttpd/ |
H A D | thttpd_patch | 894 - (void) fflush( hc->hs->logfp ); /* don't need to flush every time */
|
/PHP-5.5/ext/fileinfo/ |
H A D | libmagic.patch | 2776 - (void) fflush(stdout);
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 6244 fflush(f); in print_indent_tree()
|
Completed in 217 milliseconds
123