Home
last modified time | relevance | path

Searched defs:bFirst (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_config.c246 int bFirst = 1; in fts5ConfigParseSpecial() local
H A Dfts5_expr.c92 u8 bFirst; /* True if token must be first in column */ member
550 int bFirst = pPhrase->aTerm[0].bFirst; in fts5ExprPhraseIsMatch() local
H A Dfts5_index.c6691 int bFirst = (iPgidxOff==szLeaf); /* True for first term on page */ in fts5DecodeFunction() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h408 int bFirst; /* True if token must appear at position 0 */ member
H A Dfts3_write.c3776 int bFirst = (p->term.n==0); /* True for first term on the node */ in nodeReaderNext() local
3968 int bFirst = (pPrev->n==0); /* True if this is the first term written */ in fts3AppendToNode() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c3968 int bFirst = 0; /* True for first key of output run */ in mergeWorkerWrite() local