Searched defs:nKey (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 71 static int intHash(const void *pKey, int nKey){ in intHash() 96 static int strHash(const void *pKey, int nKey){ in strHash() 107 static int binHash(const void *pKey, int nKey){ in binHash() 206 int nKey, in findElementGivenHash() 261 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind() 290 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
|
H A D | btree_rb.c | 58 int nKey; member 121 int nKey; member 690 static int memRbtreeKeyCompare(RbtCursor* pCur, const void *pKey, int nKey, in memRbtreeKeyCompare() 748 int nKey, in memRbtreeInsert() 874 int nKey, in memRbtreeMoveto()
|
H A D | btree.h | 121 #define sqliteBtreeMoveto(pCur, pKey, nKey, pRes)\ argument 124 #define sqliteBtreeInsert(pCur, pKey, nKey, pData, nData) \ argument 133 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument
|
H A D | vdbe.c | 161 static int AggInsert(Agg *p, char *zKey, int nKey){ in AggInsert() 2709 int nKey; /* Number of bytes in K */ in sqliteVdbeExec() local 2936 int nKey, iKey; in sqliteVdbeExec() local 3448 int nKey = pTos->n; in sqliteVdbeExec() local 4493 int nKey; in sqliteVdbeExec() local
|
H A D | attach.c | 98 int nKey; in sqliteAttach() local
|
H A D | hash.h | 53 void *pKey; int nKey; /* Key associated with this element */ member
|
H A D | vdbeInt.h | 89 int nKey; /* Number of bytes in the key */ member 180 int nKey; /* Number of bytes in the key, including '\0' at end */ member 203 int nKey; /* Number of slots in aKey[] */ member
|
H A D | tclsqlite.c | 918 int nKey; in DbObjCmd() local 1026 int nKey = 0; in DbMain() local
|
H A D | btree.c | 192 u16 nKey; /* Number of bytes in the key */ member 1333 int nKey, /* Number of bytes in pKey */ in fileBtreeKeyCompare() 1590 int fileBtreeMoveto(BtCursor *pCur, const void *pKey, int nKey, int *pRes){ in fileBtreeMoveto() 1917 const void *pKey, int nKey, /* The key */ in fillInCell() 2627 const void *pKey, int nKey, /* The key of the new record */ in fileBtreeInsert()
|