Searched refs:WhereMaskSet (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c37 typedef struct WhereMaskSet WhereMaskSet; typedef in typeref:struct:WhereMaskSet
78 ** but they do so indirectly. A single WhereMaskSet structure translates
83 ** numbers might be 3, 8, 9, 10, 20, 23, 41, and 45. The WhereMaskSet
133 WhereMaskSet *pMaskSet; /* Mapping of table cursor numbers to bitmasks */
175 ** If WhereMaskSet.ix[A]==B it means that The A-th bit of a Bitmask
179 ** cursors: 4, 5, 8, 29, 57, 73. Then the WhereMaskSet structure
189 struct WhereMaskSet { struct
263 WhereMaskSet *pMaskSet /* Mapping from table cursor numbers to bitmasks */
392 ** Initialize an expression mask set (a WhereMaskSet objec
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c97898 typedef struct WhereMaskSet WhereMaskSet; typedef in typeref:struct:WhereMaskSet
98050 struct WhereMaskSet { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c102569 typedef struct WhereMaskSet WhereMaskSet; typedef in typeref:struct:WhereMaskSet
102731 struct WhereMaskSet { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c102605 typedef struct WhereMaskSet WhereMaskSet; typedef in typeref:struct:WhereMaskSet
102767 struct WhereMaskSet { struct
[all...]

Completed in 410 milliseconds