Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c6278 const char *pKey; int nKey; /* Key associated with this element */ member
19565 static unsigned int strHash(const char *z, int nKey){ in strHash()
19652 int nKey, /* Bytes in key (not counting zero terminator) */ in findElementGivenHash()
19713 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind()
19743 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert()