Home
last modified time | relevance | path

Searched refs:Fts3TokenAndCost (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c4864 typedef struct Fts3TokenAndCost Fts3TokenAndCost; typedef
4865 struct Fts3TokenAndCost { struct
4885 Fts3TokenAndCost **ppTC, /* Write new entries to *(*ppTC)++ */ in fts3EvalTokenCosts()
4894 Fts3TokenAndCost *pTC = (*ppTC)++; in fts3EvalTokenCosts()
4999 Fts3TokenAndCost *aTC, /* Array of expression tokens and costs */ in fts3EvalSelectDeferred()
5061 Fts3TokenAndCost *pTC = 0; /* Set to cheapest remaining token. */ in fts3EvalSelectDeferred()
5141 Fts3TokenAndCost *aTC; in fts3EvalStart()
5142 aTC = (Fts3TokenAndCost *)sqlite3_malloc64( in fts3EvalStart()
5143 sizeof(Fts3TokenAndCost) * nToken in fts3EvalStart()
5152 Fts3TokenAndCost *pTC = aTC; in fts3EvalStart()