Lines Matching refs:omit

61 ** portability you should omit LFS.
5805 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5840 unsigned char omit; /* Do not code a test for this constraint */
8112 ** to omit code used by TEMP tables without messy #ifndef statements.
15019 ** If the library is compiled to omit the full-scale date and time
18700 ** For that reason, we will omit this optimization for now. See
22989 ** portability you should omit LFS.
28645 int noLock; /* True to omit locking primitives */
42843 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
44221 ** enabled at compile time, the compiler can omit the tests of
44358 int noSync /* True to omit the xSync on the db file */
46884 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
81945 ** systems that do not need this facility may omit it by recompiling
89417 ** is taking place as part of a DELETE operation (operation D.2), omit the
93429 ** remainder of this file is specific to PRAGMA processing. So omit
99617 /* In a NATURAL join, omit the join columns from the
99622 /* In a join with a USING clause, omit columns in the
104632 #define WHERE_IDX_ONLY 0x00400000 /* Use index only - omit table */
106103 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
106106 p->aConstraintUsage[i].omit);
106689 ** method, but the pInfo->aConstrainUsage.omit flag is not set, then
106757 if( pUsage[i].omit==0 ){
108632 if( aUsage[j].omit ){
120373 int bNoDocsize = 0; /* True to omit %_docsize table */
120764 pInfo->aConstraintUsage[iCons].omit = 1;
128422 pInfo->aConstraintUsage[i].omit = 1;
137725 pIdxInfo->aConstraintUsage[jj].omit = 0;
137729 pIdxInfo->aConstraintUsage[jj].omit = 1;
137756 pIdxInfo->aConstraintUsage[ii].omit = 1;