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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c576 int iCursorType; /* QUERY_GENERIC or QUERY_FULLTEXT */ member in struct:fulltext_cursor
582 /* The following is used only when iCursorType == QUERY_FULLTEXT. */
1004 switch( c->iCursorType ){
1235 c->iCursorType = idxNum;
H A Dfts1.c1107 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */ member in struct:fulltext_cursor
1113 DocListReader result; /* used when iCursorType == QUERY_FULLTEXT */
2294 iColumn = p->iCursorType - QUERY_FULLTEXT;
2544 if( c->iCursorType < QUERY_FULLTEXT ){
2896 c->iCursorType = idxNum;
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2065 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */ member in struct:fulltext_cursor
3339 iColumn = (p->iCursorType - QUERY_FULLTEXT);
3568 if( c->iCursorType < QUERY_FULLTEXT ){
4004 if( c->pStmt && c->iCursorType!=idxNum ){
4022 c->iCursorType = idxNum;
4025 assert( c->iCursorType==idxNum );

Completed in 3118 milliseconds