Home | History | Annotate | Download | only in fts3

Lines Matching refs:pTerm

1526       TermOffset *pTerm = 0;      /* TermOffset associated with next token */
1532 pTerm = pT;
1536 if( !pTerm ){
1541 if( 0==(0xFE&*pTerm->pList) ){
1542 pTerm->pList = 0;
1544 fts3GetDeltaPosition(&pTerm->pList, &pTerm->iPos);
1552 "%d %d %d %d ", iCol, pTerm-sCtx.aTerm, iStart, iEnd-iStart