Searched refs:nIgnore (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | btree.h | 85 int nIgnore, int *pRes); 136 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument 137 (btCOps(pCur)->KeyCompare(pCur, pKey, nKey, nIgnore, pRes))
|
H A D | btree_rb.c | 694 int nIgnore, int *pRes) in memRbtreeKeyCompare() argument 701 if( (pCur->pNode->nKey - nIgnore) < 0 ){ in memRbtreeKeyCompare() 704 *pRes = key_compare(pCur->pNode->pKey, pCur->pNode->nKey-nIgnore, in memRbtreeKeyCompare()
|
H A D | btree.c | 1336 int nIgnore, /* Ignore this many bytes at the end of pCur */ in fileBtreeKeyCompare() argument 1348 nLocal = NKEY(pBt, pCell->h) - nIgnore; in fileBtreeKeyCompare()
|