Home
last modified time | relevance | path

Searched refs:nIgnore (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h82 int nIgnore, int *pRes);
133 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument
134 (btCOps(pCur)->KeyCompare(pCur, pKey, nKey, nIgnore, pRes))
H A Dbtree_rb.c691 int nIgnore, int *pRes) in memRbtreeKeyCompare() argument
698 if( (pCur->pNode->nKey - nIgnore) < 0 ){ in memRbtreeKeyCompare()
701 *pRes = key_compare(pCur->pNode->pKey, pCur->pNode->nKey-nIgnore, in memRbtreeKeyCompare()
H A Dbtree.c1334 int nIgnore, /* Ignore this many bytes at the end of pCur */ in fileBtreeKeyCompare() argument
1346 nLocal = NKEY(pBt, pCell->h) - nIgnore; in fileBtreeKeyCompare()