Searched defs:flush (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_4/ext/standard/ | ||
| H A D | basic_functions.h | 53 PHP_FUNCTION(flush); variable |
| /PHP_5_4/main/ | ||
| H A D | SAPI.h | 228 void (*flush)(void *server_context); member in struct:_sapi_module_struct |
| H A D | php_streams.h | 121 int (*flush)(php_stream *stream TSRMLS_DC); member in struct:_php_stream_ops |
| /PHP_5_4/ext/mysqlnd/ | ||
| H A D | mysqlnd_structs.h | 767 func_mysqlnd_stmt__flush flush; member in struct:st_mysqlnd_stmt_methods |
| /PHP_5_4/ext/fileinfo/libmagic/ | ||
| H A D | softmagic.c | 136 int flush = 0; local 163 flush = m->reln != '!'; 173 flush++; 176 flush = 0; 181 if (flush) { 184 * flush its continuations 252 flush = 1; 257 flush = 0; 261 switch (flush ? 1 : magiccheck(ms, m)) { |
Completed in 13 milliseconds