Home | History | Annotate | Download | only in dist

Lines Matching defs:omit

61 ** portability you should omit LFS.
5489 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5536 unsigned char omit; /* Do not code a test for this constraint */
7975 ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit
8390 ** to omit code used by TEMP tables without messy #ifndef statements.
10599 #define SQLITE_OmitNoopJoin 0x0400 /* Omit unused tables in joins */
12281 #define WRC_Prune 1 /* Omit children but continue walking siblings */
15658 ** If the library is compiled to omit the full-scale date and time
19664 ** For that reason, we will omit this optimization for now. See
21453 ** Print into memory obtained from sqlite3_malloc(). Omit the internal
21471 ** Print into memory obtained from sqlite3_malloc()(). Omit the internal
26503 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if
29912 int noLock; /* True to omit locking primitives */
44801 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
46218 ** enabled at compile time, the compiler can omit the tests of
46355 int noSync /* True to omit the xSync on the db file */
48888 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
85875 ** systems that do not need this facility may omit it by recompiling
88904 int ifNotExist /* Omit error if index already exists */
91668 ** it should be converted by to INTEGER again. So omit the OP_RealAffinity
94907 ** computed. As an optimization, omit trailing SQLITE_AFF_NONE affinities.
98731 ** remainder of this file is specific to PRAGMA processing. So omit
105615 /* In a NATURAL join, omit the join columns from the
105620 /* In a join with a USING clause, omit columns in the
110922 #define WHERE_IDX_ONLY 0x00000040 /* Use index only - omit table */
112443 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
112446 p->aConstraintUsage[i].omit);
114897 ** to avoid the added complexity and just omit cost adjustments to SKIPSCAN
115824 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;
115826 if( pUsage[i].omit==0 ){
117114 /* Attempt to omit tables from the join that do not effect the result */
125662 /* Omit this entire file if SQLITE_ENABLE_UNLOCK_NOTIFY is not defined. */
127957 int bNoDocsize = 0; /* True to omit %_docsize table */
128433 pInfo->aConstraintUsage[iCons].omit = 1;
136522 pInfo->aConstraintUsage[i].omit = 1;
141229 const char *zTerm, /* Omit all terms smaller than this */
146366 pIdxInfo->aConstraintUsage[jj].omit = 0;
146370 pIdxInfo->aConstraintUsage[jj].omit = 1;
146399 pIdxInfo->aConstraintUsage[ii].omit = 1;