Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c12073 int nKey = STRLEN(zKey); in idxHashAdd() local
12104 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
12124 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
H A Dsqlite3.c16279 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member