• Home
  • Raw
  • Download

Lines Matching defs:nKey

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()
17226 int nKey, 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()
29491 i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ member
29528 i64 nKey; /* Size of pKey, or last integer key */ member
33126 u32 nKey; in accessPayload() local
33326 u32 nKey; in fetchPayload() local
33645 i64 nKey, /* Size of pKey. Or the key for 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()
40601 int nKey, /* Size of the binary record */ in sqlite3VdbeRecordUnpack()
40813 int nKey, const u8 *pKey, /* The key to compare */ in sqlite3VdbeIdxKeyCompare()
45181 int nKey; /* Number of bytes in K */ in sqlite3VdbeExec() local
45905 int nKey = pIn2->n; in sqlite3VdbeExec() local
52363 int nKey; in attachFunc() 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()
85893 int nKey, in fts3FindElementByHash()
85956 SQLITE_PRIVATE void *sqlite3Fts3HashFind(const fts3Hash *pH, const void *pKey, int nKey){ in sqlite3Fts3HashFind()
85988 int nKey, /* Number of bytes in the key */ in sqlite3Fts3HashInsert()