Searched defs:bLookup (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c105553 int bLookup = 0; /* True if not a covering index */ local
116861 int bLookup; /* True if a lookup of a single entry. */ member in struct:Fts3MultiSegReader
125170 int bLookup; /* True for a lookup only */ member in struct:Fts3SegReader
126527 sqlite3Fts3SegReaderNew( int iAge, int bLookup, sqlite3_int64 iStartLeaf, sqlite3_int64 iEndLeaf, sqlite3_int64 iEndBlock, const char *zRoot, int nRoot, Fts3SegReader **ppReader ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c105589 int bLookup = 0; /* True if not a covering index */ local
116897 int bLookup; /* True if a lookup of a single entry. */ member in struct:Fts3MultiSegReader
125216 int bLookup; /* True for a lookup only */ member in struct:Fts3SegReader
126573 sqlite3Fts3SegReaderNew( int iAge, int bLookup, sqlite3_int64 iStartLeaf, sqlite3_int64 iEndLeaf, sqlite3_int64 iEndBlock, const char *zRoot, int nRoot, Fts3SegReader **ppReader ) argument
[all...]

Completed in 837 milliseconds