Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c576 int iCursorType; /* QUERY_GENERIC or QUERY_FULLTEXT */ member
1016 switch( c->iCursorType ){ in fulltextNext()
1247 c->iCursorType = idxNum; in fulltextFilter()
H A Dfts1.c1107 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */ member
2294 iColumn = p->iCursorType - QUERY_FULLTEXT; in snippetAllOffsets()
2544 if( c->iCursorType < QUERY_FULLTEXT ){ in fulltextNext()
2896 c->iCursorType = idxNum; in fulltextFilter()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c1888 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */ member
3162 iColumn = (p->iCursorType - QUERY_FULLTEXT); in snippetAllOffsets()
3391 if( c->iCursorType < QUERY_FULLTEXT ){ in fulltextNext()
3786 if( c->pStmt && c->iCursorType!=idxNum ){ in fulltextFilter()
3804 c->iCursorType = idxNum; in fulltextFilter()
3807 assert( c->iCursorType==idxNum ); in fulltextFilter()