Home
last modified time | relevance | path

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

/PHP-5.5/sapi/cgi/
H A Dfastcgi.c151 #define FCGI_HASH_TABLE_MASK (FCGI_HASH_TABLE_SIZE - 1) macro
260 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set()
297 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del()
316 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get()

Completed in 8 milliseconds