Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dfastcgi.h81 #define FCGI_HASH_TABLE_MASK (FCGI_HASH_TABLE_SIZE - 1) macro
H A Dfastcgi.c330 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set()
367 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del()
386 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get()

Completed in 24 milliseconds