Home
last modified time | relevance | path

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

/PHP-5.4/sapi/cgi/
H A Dfastcgi.c178 fcgi_hash_bucket *hash_table[FCGI_HASH_TABLE_SIZE]; member
186 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_init()
218 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_clean()
261 fcgi_hash_bucket *p = h->hash_table[idx]; in fcgi_hash_set()
283 p->next = h->hash_table[idx]; in fcgi_hash_set()
284 h->hash_table[idx] = p; in fcgi_hash_set()
298 fcgi_hash_bucket **p = &h->hash_table[idx]; in fcgi_hash_del()
317 fcgi_hash_bucket *p = h->hash_table[idx]; in fcgi_hash_get()

Completed in 10 milliseconds