Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8034 const char *pKey; int nKey; /* Key associated with this element */ member
22987 static unsigned int strHash(const char *z, int nKey){ in strHash()
23078 int nKey, /* Bytes in key (not counting zero terminator) */ in findElementGivenHash()
23139 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind()
23169 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert()