Searched defs:IndexSample (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h614 typedef struct IndexSample IndexSample; typedef in typeref:struct:IndexSample
1485 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
1492 struct IndexSample { struct
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7594 typedef struct IndexSample IndexSample; typedef in typeref:struct:IndexSample
9830 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
9837 struct IndexSample { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8797 typedef struct IndexSample IndexSample; typedef in typeref:struct:IndexSample
11181 int nSampleCol; /* Size of IndexSample.anEq[] and so on */
11183 IndexSample *aSample; /* Samples of the left-most key */
11205 struct IndexSample { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8797 typedef struct IndexSample IndexSample; typedef in typeref:struct:IndexSample
11181 int nSampleCol; /* Size of IndexSample.anEq[] and so on */
11183 IndexSample *aSample; /* Samples of the left-most key */
11205 struct IndexSample { struct
[all...]

Completed in 600 milliseconds