Lines Matching defs:pKey
6102 void *pKey; int nKey; /* Key associated with this element */ member
17067 static int strHash(const void *pKey, int nKey){ in strHash()
17085 static int binHash(const void *pKey, int nKey){ in binHash()
17225 const void *pKey, /* The key we are searching for */ in findElementGivenHash()
17290 SQLITE_PRIVATE HashElem *sqlite3HashFindElem(const Hash *pH, const void *pKey, int nKey){ in sqlite3HashFindElem()
17307 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const void *pKey, int nKey){ in sqlite3HashFind()
17328 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqlite3HashInsert()
29527 void *pKey; /* Saved key that was cursor's last known position */ member
30338 void *pKey = sqlite3_malloc(pCur->nKey); in saveCursorPosition() local
33643 const void *pKey, /* The key content for indices. Not used by tables */ in sqlite3BtreeMoveto()
34354 const void *pKey, i64 nKey, /* The key */ in fillInCell()
35677 const void *pKey, i64 nKey, /* The key of the new record */ in sqlite3BtreeInsert()
40602 const void *pKey, /* The binary record */ in sqlite3VdbeRecordUnpack()
40813 int nKey, const u8 *pKey, /* The key to compare */ in sqlite3VdbeIdxKeyCompare()
45483 Mem *pKey = &p->aMem[pOp->p3]; in sqlite3VdbeExec() local
49396 char *pKey; in sqlite3FindInIndex() local
51896 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); in analyzeOneTable() local
52500 Expr *pKey /* Database key for encryption extension */ in codeAttach()
52576 SQLITE_PRIVATE void sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey){ in sqlite3Attach()
55229 KeyInfo *pKey; /* KeyInfo for index */ in sqlite3RefillIndex() local
56439 KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(pParse->db, nBytes); in sqlite3IndexKeyinfo() local
60187 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); in sqlite3OpenTableAndIndices() local
60311 KeyInfo *pKey; /* Key information for an index */ in xferOptimization() local
68851 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIdx); in sqlite3Update() local
72537 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx); in sqlite3WhereBegin() local
79348 void *pKey; int nKey; /* Key associated with this element */ member
85770 static int fts3StrHash(const void *pKey, int nKey){ in fts3StrHash()
85788 static int fts3BinHash(const void *pKey, int nKey){ in fts3BinHash()
85892 const void *pKey, /* The key we are searching for */ in fts3FindElementByHash()
85956 SQLITE_PRIVATE void *sqlite3Fts3HashFind(const fts3Hash *pH, const void *pKey, int nKey){ in sqlite3Fts3HashFind()
85987 const void *pKey, /* The key */ in sqlite3Fts3HashInsert()