Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dhash.c74 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 Dbtree_rb.c61 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 Dbtree.h124 #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 Dattach.c101 int nKey; in sqliteAttach() local
H A Dhash.h56 void *pKey; int nKey; /* Key associated with this element */ member
H A Dvdbe.c163 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 DvdbeInt.h92 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 Dtclsqlite.c921 int nKey; in DbObjCmd() local
1029 int nKey = 0; in DbMain() local
H A Dbtree.c194 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()