Home
last modified time | relevance | path

Searched refs:piEnd (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_unicode.c320 int *piEnd, /* OUT: Ending offset of token */ in unicodeNext() argument
374 *piEnd = (int)(zEnd - pCsr->aInput); in unicodeNext()
/sqlite-3.40.0/src/
H A Dbtree.c8046 u8 *piEnd; in balance_nonroot() local
8092 piEnd = aData + pOld->cellOffset + 2*pOld->nCell; in balance_nonroot()
8093 while( piCell<piEnd ){ in balance_nonroot()