Lines Matching defs:pKey
15439 const char *pKey; /* Key associated with this element */ member
17373 const void *pKey; /* Key content for indexes. NULL for tables */ member
38801 const char *pKey, /* The key we are searching for */ in findElementWithHash()
38868 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey){ in sqlite3HashFind()
38888 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, void *data){ in sqlite3HashInsert()
72725 void *pKey; /* Saved key that was cursor last known position */ member
73955 void *pKey; local
74087 const void *pKey, /* Packed key if the btree is an index */
92118 const void *pKey, /* The binary record */
92295 int nKey, const void *pKey, /* The record to verify */
95881 const void *pKey
102356 Mem *pKey; /* MEM cell holding key for the record */ local
109234 void *pKey; local
109259 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
109300 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
125998 Expr *pKey /* Database key for encryption extension */
126085 SQLITE_PRIVATE void sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey){
130315 KeyInfo *pKey; /* KeyInfo for index */ local
132190 KeyInfo *pKey; local
193512 void *pKey; int nKey; /* Key associated with this element */ member
201168 const struct Fts3Keyword *pKey = &aKeyword[ii]; local
202127 static int fts3StrHash(const void *pKey, int nKey){
202145 static int fts3BinHash(const void *pKey, int nKey){
202252 const void *pKey, /* The key we are searching for */
202314 const void *pKey,
202333 SQLITE_PRIVATE void *sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey){
202357 const void *pKey, /* The key */