Lines Matching refs:omit
61 ** portability you should omit LFS.
5106 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5141 unsigned char omit; /* Do not code a test for this constraint */
7095 ** to omit code used by TEMP tables without messy #ifndef statements.
7478 #define BTREE_NO_READLOCK 2 /* Omit readlocks on readonly files */
8147 #define PAGER_NO_READLOCK 0x0002 /* Omit readlocks on readonly files */
10069 #define WHERE_OMIT_CLOSE 0x0020 /* Omit close of table & index cursors */
10590 #define WRC_Prune 1 /* Omit children but continue walking siblings */
13619 ** If the library is compiled to omit the full-scale date and time
17390 ** For that reason, we will omit this optimization for now. See
19125 ** Print into memory obtained from sqlite3_malloc(). Omit the internal
19143 ** Print into memory obtained from sqlite3_malloc()(). Omit the internal
22884 ** portability you should omit LFS.
24789 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if
27154 int noLock, /* Omit locking if true */
27587 int noLock; /* True to omit locking primitives */
39083 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
39084 int noReadlock = (flags & PAGER_NO_READLOCK)!=0; /* True to omit read-lock */
40366 ** enabled at compile time, the compiler can omit the tests of
40493 int noSync /* True to omit the xSync on the db file */
74614 ** systems that do not need this facility may omit it by recompiling
77210 int ifNotExist /* Omit error if index already exists */
81751 ** is taking place as part of a DELETE operation (operation D.2), omit the
91157 /* In a NATURAL join, omit the join columns from the
91162 /* In a join with a USING clause, omit columns in the
95760 #define WHERE_IDX_ONLY 0x00800000 /* Use index only - omit table */
97058 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
97061 p->aConstraintUsage[i].omit);
98896 if( aUsage[j].omit ){
107420 /* Omit this entire file if SQLITE_ENABLE_UNLOCK_NOTIFY is not defined. */
109060 int bNoDocsize = 0; /* True to omit %_docsize table */
109297 pInfo->aConstraintUsage[iCons].omit = 1;
120457 pIdxInfo->aConstraintUsage[jj].omit = 0;
120461 pIdxInfo->aConstraintUsage[jj].omit = 1;
120516 pIdxInfo->aConstraintUsage[ii].omit = 1;