Searched refs:iCursorType (Results 1 – 3 of 3) sorted by relevance
576 int iCursorType; /* QUERY_GENERIC or QUERY_FULLTEXT */ member1016 switch( c->iCursorType ){ in fulltextNext()1247 c->iCursorType = idxNum; in fulltextFilter()
1107 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */ member2294 iColumn = p->iCursorType - QUERY_FULLTEXT; in snippetAllOffsets()2544 if( c->iCursorType < QUERY_FULLTEXT ){ in fulltextNext()2896 c->iCursorType = idxNum; in fulltextFilter()
1888 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */ member3162 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()