Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 25 of 33) sorted by path

12

/PHP-5.5/
H A DNEWS3754 already sufficient data buffered). stream_get_line() now behaves more like
7805 . Enabled buffered queries by default.
H A DREADME.STREAMS192 create it for you. Be warned that doing so may cause buffered data to be lost
/PHP-5.5/Zend/
H A DZEND_CHANGES1104 buffering and send out the buffered contents, ob_end_clean() to
1105 end buffering without sending the buffered contents, and
1108 not buffered. By turning on output buffering, you can
H A Dzend_gc.c203 if (!GC_ADDRESS(obj->buffered)) { in gc_zobj_possible_root()
226 GC_SET_PURPLE(obj->buffered); in gc_zobj_possible_root()
232 GC_SET_ADDRESS(obj->buffered, newRoot); in gc_zobj_possible_root()
261 ((zval_gc_info*)zv)->u.buffered = NULL; in gc_remove_zval_from_buffer()
278 GC_SET_BLACK(obj->buffered); in zval_scan_black()
333 GC_SET_BLACK(obj->buffered); in zobj_scan_black()
385 GC_SET_COLOR(obj->buffered, GC_GREY); in zval_mark_grey()
441 GC_SET_COLOR(obj->buffered, GC_GREY); in zobj_mark_grey()
643 GC_SET_PURPLE(obj->buffered); in zval_collect_white()
715 GC_SET_PURPLE(obj->buffered); in zobj_collect_white()
[all …]
H A Dzend_gc.h64 ((zval_gc_info*)(z))->u.buffered = NULL
66 GC_ADDRESS(((zval_gc_info*)(v))->u.buffered)
68 GC_SET_ADDRESS(((zval_gc_info*)(v))->u.buffered, (a))
70 GC_GET_COLOR(((zval_gc_info*)(v))->u.buffered)
72 GC_SET_COLOR(((zval_gc_info*)(v))->u.buffered, (c))
74 GC_SET_BLACK(((zval_gc_info*)(v))->u.buffered)
76 GC_SET_PURPLE(((zval_gc_info*)(v))->u.buffered)
79 (z)->buffered = NULL
94 gc_root_buffer *buffered; member
159 if (GC_ADDRESS(((zval_gc_info*)z)->u.buffered)) { \ in END_EXTERN_C()
[all …]
H A Dzend_objects_API.h43 gc_root_buffer *buffered; member
/PHP-5.5/ext/dba/tests/
H A Ddba_handler.inc63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
/PHP-5.5/ext/mysqli/tests/
H A D057.phpt52 /* this should show an error, cause results are not buffered */
H A Dmysqli_fetch_array_large.phpt39 /* buffered result set - let's hope we do not run into PHP memory limit... */
H A Dmysqli_get_client_stats.phpt151 // buffered normal
152 print "Testing buffered normal...\n";
202 print "Testing buffered normal... - SELECT id, label FROM test\n";
320 print "Testing buffered Prepared Statements...\n";
446 /* buffered result set - no skipping possible! */
535 print "Checking for normal buffered side effects...\n";
1283 Testing buffered normal...
1284 Testing buffered normal... - SELECT id, label FROM test
1288 Testing buffered Prepared Statements...
1289 Testing buffered Prepared Statements... - fetching all
[all …]
H A Dmysqli_get_client_stats_ps.phpt44 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
H A Dmysqli_stmt_affected_rows.phpt168 …fered, num_rows cannot determine the row count before all rows have been fetched and/or buffered */
H A Dmysqli_stmt_store_result.phpt64 printf("[014] Unbuffered statement indicates more rows than buffered, [%d] %s\n",
68 printf("[015] unbuffered '%s'/%s, buffered '%s'/%s\n",
71 printf("[016] unbuffered '%s'/%s, buffered '%s'/%s\n",
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1892 when matches were found, and --line-buffered was not being honoured.
1997 10. Added --line-buffered to pcregrep.
4212 (c) Refactored the way lines are read and buffered so as to have more
H A DNEWS260 --line-buffered, has been added to pcregrep, for use when it is connected to
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c388 ((pdo_mysql_db_handle *)dbh->driver_data)->buffered = Z_BVAL_P(val); in pdo_mysql_set_attribute()
458 ZVAL_LONG(return_value, H->buffered);
596 H->buffered = H->emulate_prepare = 1;
608 H->buffered = pdo_attr_lval(driver_options, PDO_MYSQL_ATTR_USE_BUFFERED_QUERY, 1 TSRMLS_CC);
H A Dmysql_statement.c139 if (!H->buffered) { in pdo_mysql_fill_stmt_from_result()
188 int calc_max_length = H->buffered && S->max_length == 1; in pdo_mysql_stmt_execute_prepared_libmysql()
260 if (H->buffered) { in pdo_mysql_stmt_execute_prepared_libmysql()
302 if (H->buffered) { in pdo_mysql_stmt_execute_prepared_mysqlnd()
388 if (H->buffered) { in pdo_mysql_stmt_next_rowset()
H A Dphp_pdo_mysql_int.h104 unsigned buffered:1; member
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt43 // buffered or unbuffered does not matter!
H A Dpdo_mysql_stmt_closecursor.phpt12 /* TODO the results look wrong, why do we get 2014 with buffered AND unbuffered queries */
47 // check if changing the fetch mode from unbuffered to buffered will
/PHP-5.5/ext/standard/
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/standard/tests/file/
H A Dbug27619.phpt2 Bug #27619 (filters not applied to pre-buffered data)
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors.inc16 echo "test filtering of buffered data\n";
26 echo "test filtering of non buffered data\n";
H A Dfilter_errors_convert_base64_decode.phpt11 test filtering of buffered data
15 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
16 test filtering of non buffered data
H A Dfilter_errors_user.phpt92 test filtering of buffered data
96 Warning: stream_filter_append(): Filter failed to process pre-buffered data in %s
97 test filtering of non buffered data
102 test filtering of buffered data
105 test filtering of non buffered data
108 test filtering of buffered data
111 test filtering of non buffered data
114 test filtering of buffered data
119 test filtering of non buffered data
124 test filtering of buffered data
[all …]

Completed in 74 milliseconds

12