Home | History | Annotate | Download | only in fts1

Lines Matching refs:pSegment

2662 ** Parse the text at pSegment[0..nSegment-1].  Add additional terms
2665 ** inPhrase is true if pSegment[0..nSegement-1] is contained within
2673 const char *pSegment, int nSegment, /* Query expression being parsed */
2683 int rc = pModule->xOpen(pTokenizer, pSegment, nSegment, &pCursor);
2696 pSegment[iEnd]==':' &&
2702 && pSegment[iBegin]=='O' && pSegment[iBegin+1]=='R' ){
2707 if( !inPhrase && iBegin>0 && pSegment[iBegin-1]=='-' ){