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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h203 #define FTS3_DOCID_SEARCH 1 /* Lookup by rowid on %_content table */ macro
H A Dfts3.c1071 pInfo->idxNum = FTS3_DOCID_SEARCH;
3031 ** If idxNum==FTS3_DOCID_SEARCH then do a docid lookup for a single entry
3069 if( idxNum!=FTS3_DOCID_SEARCH && idxNum!=FTS3_FULLSCAN_SEARCH ){
3111 if( rc==SQLITE_OK && idxNum==FTS3_DOCID_SEARCH ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113183 #define FTS3_DOCID_SEARCH macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c126857 #define FTS3_DOCID_SEARCH macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126877 #define FTS3_DOCID_SEARCH macro
[all...]

Completed in 529 milliseconds