Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfastcgi.h83 #define FCGI_HASH_TABLE_MASK (FCGI_HASH_TABLE_SIZE - 1) macro
H A Dfastcgi.c332 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set()
369 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del()
388 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get()

Completed in 14 milliseconds