Searched refs:KEY_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
149 #define KEY_HASH_SIZE 101 macro150 static u8 aiHashTable[KEY_HASH_SIZE];171 h %= KEY_HASH_SIZE; in sqliteKeywordCode()179 h = sqliteHashNoCase(z, n) % KEY_HASH_SIZE; in sqliteKeywordCode()
86 #define KEY_HASH_SIZE 256 macro87 static struct cachekey_list *g_cachedkeys[KEY_HASH_SIZE];768 static struct secretkey_netname_list *g_secretkey_netname[KEY_HASH_SIZE];1712 for (i = 0; i < KEY_HASH_SIZE; i++) {