Searched defs:nKey (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 74 static int intHash(const void *pKey, int nKey){ in intHash() 99 static int strHash(const void *pKey, int nKey){ in strHash() 110 static int binHash(const void *pKey, int nKey){ in binHash() 209 int nKey, in findElementGivenHash() 264 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind() 293 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
|
H A D | btree_rb.c | 61 int nKey; member 124 int nKey; member 693 static int memRbtreeKeyCompare(RbtCursor* pCur, const void *pKey, int nKey, in memRbtreeKeyCompare() 751 int nKey, in memRbtreeInsert() 877 int nKey, in memRbtreeMoveto()
|
H A D | btree.h | 124 #define sqliteBtreeMoveto(pCur, pKey, nKey, pRes)\ argument 127 #define sqliteBtreeInsert(pCur, pKey, nKey, pData, nData) \ argument 136 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument
|
H A D | attach.c | 101 int nKey; in sqliteAttach() local
|
H A D | hash.h | 56 void *pKey; int nKey; /* Key associated with this element */ member
|
H A D | vdbe.c | 163 static int AggInsert(Agg *p, char *zKey, int nKey){ in AggInsert() 2711 int nKey; /* Number of bytes in K */ in sqliteVdbeExec() local 2938 int nKey, iKey; in sqliteVdbeExec() local 3450 int nKey = pTos->n; in sqliteVdbeExec() local 4495 int nKey; in sqliteVdbeExec() local
|
H A D | vdbeInt.h | 92 int nKey; /* Number of bytes in the key */ member 183 int nKey; /* Number of bytes in the key, including '\0' at end */ member 206 int nKey; /* Number of slots in aKey[] */ member
|
H A D | tclsqlite.c | 921 int nKey; in DbObjCmd() local 1029 int nKey = 0; in DbMain() local
|
H A D | btree.c | 194 u16 nKey; /* Number of bytes in the key */ member 1335 int nKey, /* Number of bytes in pKey */ in fileBtreeKeyCompare() 1592 int fileBtreeMoveto(BtCursor *pCur, const void *pKey, int nKey, int *pRes){ in fileBtreeMoveto() 1919 const void *pKey, int nKey, /* The key */ in fillInCell() 2629 const void *pKey, int nKey, /* The key of the new record */ in fileBtreeInsert()
|