Searched defs:pRes (Results 1 – 4 of 4) sorted by relevance
/titanic_52/usr/src/lib/libsqlite/src/ |
H A D | btree.h | 124 #define sqliteBtreeMoveto(pCur, pKey, nKey, pRes)\ argument 129 #define sqliteBtreeFirst(pCur, pRes) (btCOps(pCur)->First(pCur, pRes)) argument 130 sqliteBtreeLast(pCur,pRes) global() argument 131 sqliteBtreeNext(pCur,pRes) global() argument 132 sqliteBtreePrevious(pCur,pRes) global() argument 136 sqliteBtreeKeyCompare(pCur,pKey,nKey,nIgnore,pRes) global() argument [all...] |
H A D | btree_rb.c | 694 int nIgnore, int *pRes) in memRbtreeKeyCompare() argument 878 memRbtreeMoveto(RbtCursor * pCur,const void * pKey,int nKey,int * pRes) memRbtreeMoveto() argument 1074 memRbtreeFirst(RbtCursor * pCur,int * pRes) memRbtreeFirst() argument 1091 memRbtreeLast(RbtCursor * pCur,int * pRes) memRbtreeLast() argument 1114 memRbtreeNext(RbtCursor * pCur,int * pRes) memRbtreeNext() argument 1141 memRbtreePrevious(RbtCursor * pCur,int * pRes) memRbtreePrevious() argument [all...] |
H A D | btree.c | 1533 static int fileBtreeFirst(BtCursor *pCur, int *pRes){ in fileBtreeFirst() argument 1552 fileBtreeLast(BtCursor * pCur,int * pRes) fileBtreeLast() argument 1592 fileBtreeMoveto(BtCursor * pCur,const void * pKey,int nKey,int * pRes) fileBtreeMoveto() argument 1645 fileBtreeNext(BtCursor * pCur,int * pRes) fileBtreeNext() argument 1700 fileBtreePrevious(BtCursor * pCur,int * pRes) fileBtreePrevious() argument [all...] |
H A D | pager.c | 322 static int read32bits(int format, OsFile *fd, u32 *pRes){ in read32bits() argument
|