Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c448 #define FTS5_PLAN_SPECIAL 3 /* An internal query */ macro
915 case FTS5_PLAN_SPECIAL: { in fts5NextMethod()
1062 pCsr->ePlan = FTS5_PLAN_SPECIAL; in fts5SpecialMatch()
1430 case FTS5_PLAN_SPECIAL: in fts5RowidMethod()
1845 || pCsr->ePlan==FTS5_PLAN_SPECIAL in fts5ApiColumnText()
2483 if( pCsr->ePlan==FTS5_PLAN_SPECIAL ){ in fts5ColumnMethod()