Home | History | Annotate | Download | only in fts3

Lines Matching refs:aTerm

1411   int iCol;                       /* Column of table to populate aTerm for */
1414 TermOffset *aTerm;
1436 TermOffset *pT = &p->aTerm[p->iTerm++];
1475 sCtx.aTerm = (TermOffset *)sqlite3_malloc(sizeof(TermOffset)*nToken);
1476 if( 0==sCtx.aTerm ){
1493 /* Initialize the contents of sCtx.aTerm[] for column iCol. There is
1529 TermOffset *pT = &sCtx.aTerm[i];
1552 "%d %d %d %d ", iCol, pTerm-sCtx.aTerm, iStart, iEnd-iStart
1569 sqlite3_free(sCtx.aTerm);