Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libsqlite/src/
H A Dhash.c74 static int intHash(const void *pKey, int nKey){ in intHash() argument
99 static int strHash(const void *pKey, int nKey){ in strHash() argument
110 static int binHash(const void *pKey, int nKey){ in binHash() argument
209 findElementGivenHash(const Hash * pH,const void * pKey,int nKey,int h) findElementGivenHash() argument
264 sqliteHashFind(const Hash * pH,const void * pKey,int nKey) sqliteHashFind() argument
293 sqliteHashInsert(Hash * pH,const void * pKey,int nKey,void * data) sqliteHashInsert() argument
[all...]
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() argument
751 int nKey, in memRbtreeInsert() argument
877 memRbtreeMoveto(RbtCursor * pCur,const void * pKey,int nKey,int * pRes) memRbtreeMoveto() argument
[all...]
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() argument
2711 int nKey; /* Number of bytes in K */ in sqliteVdbeExec() local
2938 int nKey, iKey; sqliteVdbeExec() local
3450 int nKey = pTos->n; sqliteVdbeExec() local
4495 int nKey; sqliteVdbeExec() local
[all...]
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() argument
1592 fileBtreeMoveto(BtCursor * pCur,const void * pKey,int nKey,int * pRes) fileBtreeMoveto() argument
1919 fillInCell(Btree * pBt,Cell * pCell,const void * pKey,int nKey,const void * pData,int nData) fillInCell() argument
2629 fileBtreeInsert(BtCursor * pCur,const void * pKey,int nKey,const void * pData,int nData) fileBtreeInsert() argument
[all...]