Searched defs:nKey (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3.c | 7616 const char *pKey; int nKey; /* Key associated with this element */ member 22287 static unsigned int strHash(const char *z, int nKey){ in strHash() 22374 int nKey, /* Bytes in key (not counting zero terminator) */ in findElementGivenHash() 22435 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind() 22465 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 7616 const char *pKey; int nKey; /* Key associated with this element */ member 22287 static unsigned int strHash(const char *z, int nKey){ in strHash() 22374 int nKey, /* Bytes in key (not counting zero terminator) */ in findElementGivenHash() 22435 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind() 22465 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert()
|