Home | History | Annotate | Download | only in dist

Lines Matching defs:omit

61 ** portability you should omit LFS.
5568 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
5603 unsigned char omit; /* Do not code a test for this constraint */
7845 ** to omit code used by TEMP tables without messy #ifndef statements.
11396 #define WRC_Prune 1 /* Omit children but continue walking siblings */
14593 ** If the library is compiled to omit the full-scale date and time
18520 ** For that reason, we will omit this optimization for now. See
20209 ** Print into memory obtained from sqlite3_malloc(). Omit the internal
20227 ** Print into memory obtained from sqlite3_malloc()(). Omit the internal
24911 ** portability you should omit LFS.
27129 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if
30067 int noLock; /* True to omit locking primitives */
42773 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
44072 ** enabled at compile time, the compiler can omit the tests of
44203 int noSync /* True to omit the xSync on the db file */
46746 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
80996 ** systems that do not need this facility may omit it by recompiling
83704 int ifNotExist /* Omit error if index already exists */
88311 ** is taking place as part of a DELETE operation (operation D.2), omit the
92153 omit
97904 /* In a NATURAL join, omit the join columns from the
97909 /* In a join with a USING clause, omit columns in the
102827 #define WHERE_IDX_ONLY 0x00800000 /* Use index only - omit table */
104344 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
104347 p->aConstraintUsage[i].omit);
106455 if( aUsage[j].omit ){
115545 /* Omit this entire file if SQLITE_ENABLE_UNLOCK_NOTIFY is not defined. */
117738 int bNoDocsize = 0; /* True to omit %_docsize table */
118117 pInfo->aConstraintUsage[iCons].omit = 1;
131532 pIdxInfo->aConstraintUsage[jj].omit = 0;
131536 pIdxInfo->aConstraintUsage[jj].omit = 1;
131563 pIdxInfo->aConstraintUsage[ii].omit = 1;