Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dhash.c55 static unsigned int strHash(const char *z){ in strHash() function
135 unsigned int h = strHash(elem->pKey) % new_size; in rehash()
159 h = strHash(pKey) % pH->htsize; in findElementWithHash()
264 h = strHash(pKey) % pH->htsize; in sqlite3HashInsert()
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c112 static int strHash(const void *pKey, int nKey){ in strHash() function
160 case HASH_STRING: return &strHash; in hashFunction()
167 return &strHash; in hashFunction()
H A Dfts1_hash.c92 static int strHash(const void *pKey, int nKey){ in strHash() function
137 return &strHash; in hashFunction()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c99 static int strHash(const void *pKey, int nKey){ in strHash() function
144 return &strHash; in hashFunction()
/sqlite-3.40.0/test/
H A Dtransitive1.test142 …ath integer primary key, strPath text, strContent text, strScraper text, strHash text, scanRecursi…