Home
last modified time | relevance | path

Searched defs:WhereOrInfo (Results 1 – 5 of 5) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DwhereInt.h36 typedef struct WhereOrInfo WhereOrInfo; typedef
337 struct WhereOrInfo { struct
338 WhereClause wc; /* Decomposition into subterms */
339 Bitmask indexable; /* Bitmask of all indexable tables in the clause */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DwhereInt.h25 typedef struct WhereOrInfo WhereOrInfo; typedef
335 struct WhereOrInfo { struct
336 WhereClause wc; /* Decomposition into subterms */
337 Bitmask indexable; /* Bitmask of all indexable tables in the clause */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DwhereInt.h38 typedef struct WhereOrInfo WhereOrInfo; typedef
344 struct WhereOrInfo { struct
345 WhereClause wc; /* Decomposition into subterms */
346 Bitmask indexable; /* Bitmask of all indexable tables in the clause */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DwhereInt.h38 typedef struct WhereOrInfo WhereOrInfo; typedef
352 struct WhereOrInfo { struct
353 WhereClause wc; /* Decomposition into subterms */
354 Bitmask indexable; /* Bitmask of all indexable tables in the clause */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c38 typedef struct WhereOrInfo WhereOrInfo; typedef
150 struct WhereOrInfo { struct
151 WhereClause wc; /* Decomposition into subterms */
152 Bitmask indexable; /* Bitmask of all indexable tables in the clause */