Searched refs:buckets (Results 1 – 5 of 5) sorted by relevance
94 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s99 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s116 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s121 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s126 Warning: stream_filter_append(): Unprocessed filter buckets remaining on input brigade in %s131 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s135 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s146 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s151 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s161 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s[all …]
200 fcgi_hash_buckets *buckets; member263 h->buckets->idx = 0; in fcgi_hash_init()264 h->buckets->next = NULL; in fcgi_hash_init()276 b = h->buckets; in fcgi_hash_destroy()295 while (h->buckets->next) { in fcgi_hash_clean()298 h->buckets = h->buckets->next; in fcgi_hash_clean()301 h->buckets->idx = 0; in fcgi_hash_clean()352 b->next = h->buckets; in fcgi_hash_set()353 h->buckets = b; in fcgi_hash_set()355 p = h->buckets->data + h->buckets->idx; in fcgi_hash_set()[all …]
1121 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(), **end = buckets + realpath_cache_m… in PHP_FUNCTION() local1128 while(buckets < end) { in PHP_FUNCTION()1129 realpath_cache_bucket *bucket = *buckets; in PHP_FUNCTION()1153 buckets++; in PHP_FUNCTION()
862 s = ht->buckets[hash % ht->num_elems]; in resolve_named_entity_html()
2617 const entity_ht_bucket *buckets; /* .num_elems elements */ member
Completed in 52 milliseconds