Searched refs:bFirst (Results 1 – 1 of 1) sorted by relevance
193655 int bFirst; /* True if token must appear at position 0 */ member196809 | (pTok->bFirst ? FTS3_SEGMENT_FIRST : 0)198126 if( pToken->bFirst || (pToken->pSegcsr!=0 && !pToken->pSegcsr->bLookup) ){200648 pRet->pPhrase->aToken[0].bFirst = 1;200759 pToken->bFirst = (iBegin>0 && zInput[iBegin-1]=='^');207788 int bFirst = (p->term.n==0); /* True for first term on the node */ local207794 if( p->iChild && bFirst==0 ) p->iChild++;207799 if( bFirst==0 ){207980 int bFirst = (pPrev->n==0); /* True if this is the first term written */ local208000 if( bFirst==0 ){[all …]