Home
last modified time | relevance | path

Searched refs:IdxHash (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c9495 typedef struct IdxHash IdxHash; typedef
9503 struct IdxHash { struct
9523 IdxHash hIdx; /* Hash containing all candidate indexes */
9546 ** Initialize an IdxHash hash table.
9548 static void idxHashInit(IdxHash *pHash){ in idxHashInit()
9549 memset(pHash, 0, sizeof(IdxHash)); in idxHashInit()
9553 ** Reset an IdxHash hash table.
9555 static void idxHashClear(IdxHash *pHash){ in idxHashClear()
9566 memset(pHash, 0, sizeof(IdxHash)); in idxHashClear()
[all...]

Completed in 20 milliseconds