Home
last modified time | relevance | path

Searched defs:nKey (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c71 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 Dbtree_rb.c58 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 Dbtree.h121 #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 Dvdbe.c161 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 Dattach.c98 int nKey; in sqliteAttach() local
H A Dhash.h53 void *pKey; int nKey; /* Key associated with this element */ member
H A DvdbeInt.h89 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 Dtclsqlite.c918 int nKey; in DbObjCmd() local
1026 int nKey = 0; in DbMain() local
H A Dbtree.c192 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()