Lines Matching refs:omit
65 ** portability you should omit LFS.
5113 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5148 unsigned char omit; /* Do not code a test for this constraint */
7102 ** to omit code used by TEMP tables without messy #ifndef statements.
7485 #define BTREE_NO_READLOCK 2 /* Omit readlocks on readonly files */
8154 #define PAGER_NO_READLOCK 0x0002 /* Omit readlocks on readonly files */
10076 #define WHERE_OMIT_CLOSE 0x0020 /* Omit close of table & index cursors */
10597 #define WRC_Prune 1 /* Omit children but continue walking siblings */
13626 ** If the library is compiled to omit the full-scale date and time
17397 ** For that reason, we will omit this optimization for now. See
19132 ** Print into memory obtained from sqlite3_malloc(). Omit the internal
19150 ** Print into memory obtained from sqlite3_malloc()(). Omit the internal
22891 ** portability you should omit LFS.
24796 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if
27161 int noLock, /* Omit locking if true */
27594 int noLock; /* True to omit locking primitives */
39090 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
39091 int noReadlock = (flags & PAGER_NO_READLOCK)!=0; /* True to omit read-lock */
40373 ** enabled at compile time, the compiler can omit the tests of
40500 int noSync /* True to omit the xSync on the db file */
74621 ** systems that do not need this facility may omit it by recompiling
77217 int ifNotExist /* Omit error if index already exists */
81758 ** is taking place as part of a DELETE operation (operation D.2), omit the
91164 /* In a NATURAL join, omit the join columns from the
91169 /* In a join with a USING clause, omit columns in the
95767 #define WHERE_IDX_ONLY 0x00800000 /* Use index only - omit table */
97065 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
97068 p->aConstraintUsage[i].omit);
98903 if( aUsage[j].omit ){
107448 /* Omit this entire file if SQLITE_ENABLE_UNLOCK_NOTIFY is not defined. */
109088 int bNoDocsize = 0; /* True to omit %_docsize table */
109325 pInfo->aConstraintUsage[iCons].omit = 1;
120488 pIdxInfo->aConstraintUsage[jj].omit = 0;
120492 pIdxInfo->aConstraintUsage[jj].omit = 1;
120547 pIdxInfo->aConstraintUsage[ii].omit = 1;