Home
last modified time | relevance | path

Searched refs:buckets (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt94 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
99 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
116 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
121 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
126 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s
131 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
135 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
146 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
151 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
161 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
[all …]
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c180 fcgi_hash_buckets *buckets; member
189 h->buckets->idx = 0; in fcgi_hash_init()
190 h->buckets->next = NULL; in fcgi_hash_init()
202 b = h->buckets; in fcgi_hash_destroy()
221 while (h->buckets->next) { in fcgi_hash_clean()
224 h->buckets = h->buckets->next; in fcgi_hash_clean()
227 h->buckets->idx = 0; in fcgi_hash_clean()
278 b->next = h->buckets; in fcgi_hash_set()
279 h->buckets = b; in fcgi_hash_set()
281 p = h->buckets->data + h->buckets->idx; in fcgi_hash_set()
[all …]
/PHP-5.5/ext/standard/
H A Dfilestat.c1197 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(TSRMLS_C), **end = buckets + realpath… in PHP_FUNCTION() local
1204 while(buckets < end) { in PHP_FUNCTION()
1205 realpath_cache_bucket *bucket = *buckets; in PHP_FUNCTION()
1229 buckets++; in PHP_FUNCTION()
H A Dhtml.c849 s = ht->buckets[hash % ht->num_elems]; in resolve_named_entity_html()
H A Dhtml_tables.h2618 const entity_ht_bucket *buckets; /* .num_elems elements */ member
/PHP-5.5/
H A DNEWS7413 - Fixed bug #36492 (Userfilters can leak buckets). (Sara)
8565 - Fixed bug #36515 (Unlinking buckets from non-existent brigades). (Sara)
8714 - Fixed bug #36886 (User filters can leak buckets in some situations). (Ilia)

Completed in 62 milliseconds