Home
last modified time | relevance | path

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

1234

/PHP-5.4/ext/oci8/tests/
H A Dlob_003.phpt32 var_dump($blob->flush());
H A Dlob_002.phpt35 var_dump($blob->flush());
H A Dlob_031.phpt30 $blob->flush();
H A Dlob_001.phpt36 var_dump($blob->flush());
H A Dreflection2.phpt57 Method [ <internal%s> public method flush ] {
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt58 flush();
H A Dmysqli_set_local_infile_handler_new_query.phpt38 flush();
H A Dmysqli_set_charset.phpt108 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
115 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
H A Dmysqli_set_local_infile_handler.phpt88 flush();
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest.inc69 flush();
/PHP-5.4/ext/standard/
H A Dbasic_functions.h53 PHP_FUNCTION(flush);
H A Dconfig.m44 dnl Check if flush should be called explicitly after buffered io
6 AC_CACHE_CHECK([whether flush should be called explicitly after a buffered io], ac_cv_flush_io,[
49 AC_DEFINE(HAVE_FLUSHIO, 1, [Define if flush should be called explicitly after a buffered io.])
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c138 int flush = 0; in match() local
165 flush = m->reln != '!'; in match()
175 flush++; in match()
178 flush = 0; in match()
183 if (flush) { in match()
254 flush = 1; in match()
259 flush = 0; in match()
263 switch (flush ? 1 : magiccheck(ms, m)) { in match()
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c449 static SLJIT_INLINE void inline_set_jump_addr(sljit_uw addr, sljit_uw new_addr, sljit_si flush) in inline_set_jump_addr() argument
462 if (flush) { in inline_set_jump_addr()
468 if (flush) { in inline_set_jump_addr()
482 if (flush) { in inline_set_jump_addr()
487 if (flush) { in inline_set_jump_addr()
499 if (flush) { in inline_set_jump_addr()
507 static SLJIT_INLINE void inline_set_const(sljit_uw addr, sljit_sw new_constant, sljit_si flush) in inline_set_const() argument
518 if (flush) { in inline_set_const()
527 if (flush) { in inline_set_const()
540 if (flush) { in inline_set_const()
[all …]
/PHP-5.4/main/
H A Dphp_output.h206 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC);
H A DSAPI.h228 void (*flush)(void *server_context); member
H A DSAPI.c992 if (sapi_module.flush) { in sapi_flush()
993 sapi_module.flush(SG(server_context)); in sapi_flush()
/PHP-5.4/win32/build/
H A Dmkdist.php491 flush();
/PHP-5.4/
H A DREADME.STREAMS233 read, write, close, flush, seek, gets and cast operations. Of these, an
234 implementation need only implement write, read, close and flush. The gets
359 Implement the other operations - remember that write, read, close and flush
H A Dserver-tests.php957 flush();
972 flush();
H A Drun-tests.php333 flush();
354 flush();
2557 flush();
/PHP-5.4/Zend/
H A Dbench.php79 flush();
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c460 ZEND_ARG_INFO(0, flush)
464 ZEND_ARG_INFO(0, flush)
585 PHP_ME_MAPPING(flush, xmlwriter_flush, arginfo_xmlwriter_method_flush, 0)
/PHP-5.4/ext/phar/
H A DTODO18 and deferring flush until all modifications are complete [Greg]
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps.c633 s->m->flush(s TSRMLS_CC); in MYSQLND_METHOD()
1214 s->m->flush(s TSRMLS_CC); in MYSQLND_METHOD()
1239 MYSQLND_METHOD(mysqlnd_stmt, flush)(MYSQLND_STMT * const s TSRMLS_DC) in MYSQLND_METHOD() argument
2362 MYSQLND_METHOD(mysqlnd_stmt, flush)

Completed in 96 milliseconds

1234