/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 74 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 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() argument 751 int nKey, in memRbtreeInsert() argument 877 memRbtreeMoveto(RbtCursor * pCur,const void * pKey,int nKey,int * pRes) memRbtreeMoveto() argument [all...] |
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() 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 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() 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...] |