Searched refs:FTS3_FULLTEXT_SEARCH (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h190 ** FTS3_FULLTEXT_SEARCH. If so, then Fts3Cursor.eSearch - 2 is the index
197 ** Fts3Cursor.eSearch will be set to FTS3_FULLTEXT_SEARCH+1. (+0 for a,
200 ** then eSearch would be set to FTS3_FULLTEXT_SEARCH+4.
204 #define FTS3_FULLTEXT_SEARCH 2 /* Full-text index search */ macro
H A Dfts3.c1088 pInfo->idxNum = FTS3_FULLTEXT_SEARCH + pCons->iColumn;
3034 ** If idxNum>=FTS3_FULLTEXT_SEARCH then use the full text index. The
3036 ** number idxNum-FTS3_FULLTEXT_SEARCH, 0 indexed. argv[0] is the right-hand
3058 assert( idxNum>=0 && idxNum<=(FTS3_FULLTEXT_SEARCH+p->nColumn) );
3070 int iCol = idxNum-FTS3_FULLTEXT_SEARCH;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113184 #define FTS3_FULLTEXT_SEARCH macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c126858 #define FTS3_FULLTEXT_SEARCH macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126878 #define FTS3_FULLTEXT_SEARCH macro
[all...]

Completed in 460 milliseconds