Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/mysqli/tests/
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(); */
/PHP-5.5/ext/oci8/tests/
H A Dlob_001.phpt36 var_dump($blob->flush());
H A Dreflection2.phpt57 Method [ <internal%s> public method flush ] {
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc69 flush();
/PHP-5.5/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.5/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.5/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 …]
H A DsljitNativeTILEGX_64.c1143 …atic sljit_si emit_const(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm, int flush) in emit_const() argument
1147 if (flush) { in emit_const()
1158 …c sljit_si emit_const_64(struct sljit_compiler *compiler, sljit_si dst_ar, sljit_sw imm, int flush) in emit_const_64() argument
1162 if (flush) { in emit_const_64()
/PHP-5.5/main/
H A DSAPI.h228 void (*flush)(void *server_context); member
H A Dphp_output.h206 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC);
H A DSAPI.c992 if (sapi_module.flush) { in sapi_flush()
993 sapi_module.flush(SG(server_context)); in sapi_flush()
H A Doutput.c745 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC) in php_output_set_implicit_flush()
747 if (flush) { in php_output_set_implicit_flush()
H A Dphp_streams.h121 int (*flush)(php_stream *stream TSRMLS_DC); member
/PHP-5.5/
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 Drun-tests.php336 flush();
359 flush();
2560 flush();
H A Dserver-tests.php957 flush();
972 flush();
/PHP-5.5/win32/build/
H A Dmkdist.php500 flush();
/PHP-5.5/Zend/
H A Dbench.php79 flush();
/PHP-5.5/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.5/ext/phar/
H A DTODO18 and deferring flush until all modifications are complete [Greg]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c634 s->m->flush(s TSRMLS_CC); in MYSQLND_METHOD()
1199 s->m->flush(s TSRMLS_CC); in MYSQLND_METHOD()
1224 MYSQLND_METHOD(mysqlnd_stmt, flush)(MYSQLND_STMT * const s TSRMLS_DC) in MYSQLND_METHOD() argument
2347 MYSQLND_METHOD(mysqlnd_stmt, flush)
H A Dmysqlnd.h250 #define mysqlnd_stmt_flush(stmt) (stmt)->m->flush((stmt) TSRMLS_CC)
/PHP-5.5/main/streams/
H A Dstreams.c1228 if (stream->ops->flush) { in _php_stream_flush()
1229 ret = stream->ops->flush(stream TSRMLS_CC); in _php_stream_flush()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c422 return php_stream_socket_ops.flush(stream TSRMLS_CC); in php_openssl_sockop_flush()

Completed in 103 milliseconds

1234