Searched refs:bFirst (Results 1 – 1 of 1) sorted by relevance
193952 int bFirst; /* True if token must appear at position 0 */ member197121 | (pTok->bFirst ? FTS3_SEGMENT_FIRST : 0)198439 if( pToken->bFirst || (pToken->pSegcsr!=0 && !pToken->pSegcsr->bLookup) ){200961 pRet->pPhrase->aToken[0].bFirst = 1;201072 pToken->bFirst = (iBegin>0 && zInput[iBegin-1]=='^');208106 int bFirst = (p->term.n==0); /* True for first term on the node */ local208112 if( p->iChild && bFirst==0 ) p->iChild++;208117 if( bFirst==0 ){208298 int bFirst = (pPrev->n==0); /* True if this is the first term written */ local208318 if( bFirst==0 ){[all …]