Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c11975 typedef struct IdxHash IdxHash; typedef
11983 struct IdxHash { struct
11984 IdxHashEntry *pFirst; argument
11985 IdxHashEntry *aHash[IDX_HASH_SIZE]; argument