Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dfastcgi.c188 } fcgi_hash_buckets; typedef
200 fcgi_hash_buckets *buckets;
262 h->buckets = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_init()
273 fcgi_hash_buckets *b; in fcgi_hash_destroy()
278 fcgi_hash_buckets *q = b; in fcgi_hash_destroy()
296 fcgi_hash_buckets *q = h->buckets; in fcgi_hash_clean()
350 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set()

Completed in 8 milliseconds