Home
last modified time | relevance | path

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

/php-src/main/
H A Dfastcgi.h81 #define FCGI_HASH_TABLE_MASK (FCGI_HASH_TABLE_SIZE - 1) macro
H A Dfastcgi.c328 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set()
365 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del()
384 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get()

Completed in 10 milliseconds