Home
last modified time | relevance | path

Searched defs:pHash (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/src/
Dshell.c9435 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
9442 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
9476 IdxHash *pHash, in idxHashAdd()
9511 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
9531 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
Dsqlite3.c16831 FuncDef *pHash; /* Next with a different name but the same hash */ member