Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c447 #define FTS5_PLAN_SOURCE 2 /* A source cursor for SORTED_MATCH */ macro
757 if( pCsr->ePlan!=FTS5_PLAN_SOURCE ){ in fts5FreeCursorComponents()
903 (pCsr->ePlan==FTS5_PLAN_MATCH || pCsr->ePlan==FTS5_PLAN_SOURCE) in fts5NextMethod()
1350 pCsr->ePlan = FTS5_PLAN_SOURCE; in fts5FilterMethod()
1409 || pCsr->ePlan==FTS5_PLAN_SOURCE in fts5CursorRowid()
1434 case FTS5_PLAN_SOURCE: in fts5RowidMethod()
2498 if( pCsr->ePlan==FTS5_PLAN_SOURCE ){ in fts5ColumnMethod()