Home | History | Annotate | Download | only in fts2

Lines Matching refs:pSegment

3710 ** Parse the text at pSegment[0..nSegment-1].  Add additional terms
3713 ** inPhrase is true if pSegment[0..nSegement-1] is contained within
3721 const char *pSegment, int nSegment, /* Query expression being parsed */
3732 int rc = pModule->xOpen(pTokenizer, pSegment, nSegment, &pCursor);
3745 pSegment[iEnd]==':' &&
3751 && pSegment[iBegin]=='O' && pSegment[iBegin+1]=='R' ){
3762 if( pQuery->nTerms>0 && nToken==1 && pSegment[iBegin]=='*' &&
3770 if( !inPhrase && iBegin>0 && pSegment[iBegin-1]=='-' ){
3773 if( iEnd<nSegment && pSegment[iEnd]=='*' ){