Lines Matching defs:Bool
23152 typedef unsigned Bool;
23190 Bool isEphemeral:1; /* True for an ephemeral table */
23191 Bool useRandomRowid:1; /* Generate new record numbers semi-randomly */
23192 Bool isOrdered:1; /* True if the table is not BTREE_UNORDERED */
23193 Bool noReuse:1; /* OpenEphemeral may not reuse this cursor */
23194 Bool colCache:1; /* pCache pointer is initialized and non-NULL */