Lines Matching defs:opt
13701 ** is set. Thus NDEBUG becomes an opt-in rather than an opt-out
17260 #define SQLITE_PropagateConst 0x00008000 /* The constant propagation opt */
18880 #define SF_PushDown 0x1000000 /* SELECT has be modified by push-down opt */
21226 #define CTIMEOPT_VAL_(opt) #opt
21227 #define CTIMEOPT_VAL(opt) CTIMEOPT_VAL_(opt)
21233 #define CTIMEOPT_VAL2(opt) CTIMEOPT_VAL2_(opt)
131594 return 0; /* xfer opt does not play well with PRAGMA count_changes */
151777 int aiCurOnePass[2]; /* OP_OpenWrite cursors for the ONEPASS opt */
153684 assert( pRangeStart!=0 ); /* LIKE opt constraints */
208010 const int32_t opt = U_FOLD_CASE_DEFAULT;
208043 c = u_foldCase(c, opt);