Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:omit

61 ** portability you should omit LFS.
5193 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5228 unsigned char omit; /* Do not code a test for this constraint */
7329 ** to omit code used by TEMP tables without messy #ifndef statements.
7700 #define BTREE_NO_READLOCK 2 /* Omit readlocks on readonly files */
8367 #define PAGER_NO_READLOCK 0x0002 /* Omit readlocks on readonly files */
10308 #define WHERE_OMIT_CLOSE 0x0020 /* Omit close of table & index cursors */
10838 #define WRC_Prune 1 /* Omit children but continue walking siblings */
13881 ** If the library is compiled to omit the full-scale date and time
17656 ** For that reason, we will omit this optimization for now. See
19401 ** Print into memory obtained from sqlite3_malloc(). Omit the internal
19419 ** Print into memory obtained from sqlite3_malloc()(). Omit the internal
24050 ** portability you should omit LFS.
26196 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if
28636 int noLock, /* Omit locking if true */
29113 int noLock; /* True to omit locking primitives */
40751 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
40752 int noReadlock = (flags & PAGER_NO_READLOCK)!=0; /* True to omit read-lock */
42093 ** enabled at compile time, the compiler can omit the tests of
42221 int noSync /* True to omit the xSync on the db file */
44810 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
76782 ** systems that do not need this facility may omit it by recompiling
79422 int ifNotExist /* Omit error if index already exists */
84021 ** is taking place as part of a DELETE operation (operation D.2), omit the
93456 /* In a NATURAL join, omit the join columns from the
93461 /* In a join with a USING clause, omit columns in the
98110 #define WHERE_IDX_ONLY 0x00800000 /* Use index only - omit table */
99453 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
99456 p->aConstraintUsage[i].omit);
101536 if( aUsage[j].omit ){
110142 /* Omit this entire file if SQLITE_ENABLE_UNLOCK_NOTIFY is not defined. */
114081 int bNoDocsize = 0; /* True to omit %_docsize table */
114337 pInfo->aConstraintUsage[iCons].omit = 1;
125819 pIdxInfo->aConstraintUsage[jj].omit = 0;
125823 pIdxInfo->aConstraintUsage[jj].omit = 1;
125850 pIdxInfo->aConstraintUsage[ii].omit = 1;