Lines Matching refs:omit

61 ** portability you should omit LFS.
5392 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5427 unsigned char omit; /* Do not code a test for this constraint */
7606 ** to omit code used by TEMP tables without messy #ifndef statements.
14256 ** If the library is compiled to omit the full-scale date and time
18032 ** For that reason, we will omit this optimization for now. See
24469 ** portability you should omit LFS.
29520 int noLock; /* True to omit locking primitives */
41835 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
41836 int noReadlock = (flags & PAGER_NO_READLOCK)!=0; /* True to omit read-lock */
43130 ** enabled at compile time, the compiler can omit the tests of
43258 int noSync /* True to omit the xSync on the db file */
45741 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
78900 ** systems that do not need this facility may omit it by recompiling
86194 ** is taking place as part of a DELETE operation (operation D.2), omit the
90012 ** remainder of this file is specific to PRAGMA processing. So omit
95697 /* In a NATURAL join, omit the join columns from the
95702 /* In a join with a USING clause, omit columns in the
100594 #define WHERE_IDX_ONLY 0x00800000 /* Use index only - omit table */
102105 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
102108 p->aConstraintUsage[i].omit);
104206 if( aUsage[j].omit ){
115165 int bNoDocsize = 0; /* True to omit %_docsize table */
115481 pInfo->aConstraintUsage[iCons].omit = 1;
128401 pIdxInfo->aConstraintUsage[jj].omit = 0;
128405 pIdxInfo->aConstraintUsage[jj].omit = 1;
128432 pIdxInfo->aConstraintUsage[ii].omit = 1;