Searched refs:pKey (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 4599 const void *pKey, int nKey /* The key */ 4604 const void *pKey, int nKey /* The key */ 4617 const void *pKey, int nKey /* The new key */ 4622 const void *pKey, int nKey /* The new key */
|
| H A D | sqlite3.c | 4627 const void *pKey, int nKey /* The key */ 4632 const void *pKey, int nKey /* The key */ 4645 const void *pKey, int nKey /* The new key */ 4650 const void *pKey, int nKey /* The new key */ 8034 const char *pKey; int nKey; /* Key associated with this element */ member 8041 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData); 8042 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey); 8860 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, 23064 unsigned int h = strHash(elem->pKey, elem->nKey) % new_size; in rehash() 23077 const char *pKey, /* The key we are searching for */ in findElementGivenHash() argument [all …]
|