Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 84) sorted by path

1234

/PHP-5.5/
H A DNEWS6183 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
10171 - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)
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
/PHP-5.5/Zend/
H A Dbench.php79 flush();
/PHP-5.5/Zend/tests/
H A Dbug38779_1.phpt24 var_dump("flush!");
44 string(6) "flush!"
H A Dbug64960.phpt32 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug649…
/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/mysqli/tests/
H A Dmysqli_pconnect.phpt58 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(); */
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h250 #define mysqlnd_stmt_flush(stmt) (stmt)->m->flush((stmt) TSRMLS_CC)
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_structs.h809 func_mysqlnd_stmt__flush flush; member
/PHP-5.5/ext/oci8/
H A Doci8.c980 PHP_FALIAS(flush, oci_lob_flush, arginfo_oci_lob_flush_method)
/PHP-5.5/ext/oci8/tests/
H A Dlob_001.phpt36 var_dump($blob->flush());
H A Dlob_002.phpt35 var_dump($blob->flush());
H A Dlob_003.phpt32 var_dump($blob->flush());
H A Dlob_013.phpt31 var_dump($blob->flush());
H A Dlob_031.phpt30 $blob->flush();
H A Dlob_034.phpt31 var_dump($blob->flush());
32 var_dump($blob->flush(0));
33 var_dump($blob->flush(-1));
51 Warning: OCI-Lob::flush(): Invalid flag value: -1 in %s on line %d
H A Dreflection2.phpt57 Method [ <internal%s> public method flush ] {
/PHP-5.5/ext/opcache/tests/
H A Dissue0079.phpt25 // 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()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog961 7. Improved instruction cache flush for POWER/PowerPC.
1325 3. Fix cache-flush issue on PowerPC (It is still an experimental JIT port).
/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/ext/phar/
H A DTODO18 and deferring flush until all modifications are complete [Greg]

Completed in 108 milliseconds

1234