Home | History | Annotate | Download | only in orig

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
24904 ** portability you should omit LFS.
27111 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off or if
30039 int noLock; /* True to omit locking primitives */
42745 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
44044 ** enabled at compile time, the compiler can omit the tests of
44175 int noSync /* True to omit the xSync on the db file */
46718 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
80960 ** systems that do not need this facility may omit it by recompiling
83668 int ifNotExist /* Omit error if index already exists */
88275 ** is taking place as part of a DELETE operation (operation D.2), omit the
92117 ** remainder of this file is specific to PRAGMA processing. So omit
97868 /* In a NATURAL join, omit the join columns from the
97873 /* In a join with a USING clause, omit columns in the
102791 #define WHERE_IDX_ONLY 0x00800000 /* Use index only - omit table */
104308 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
104311 p->aConstraintUsage[i].omit);
106419 if( aUsage[j].omit ){
115509 /* Omit this entire file if SQLITE_ENABLE_UNLOCK_NOTIFY is not defined. */
117702 int bNoDocsize = 0; /* True to omit %_docsize table */
118081 pInfo->aConstraintUsage[iCons].omit = 1;
131486 pIdxInfo->aConstraintUsage[jj].omit = 0;
131490 pIdxInfo->aConstraintUsage[jj].omit = 1;
131517 pIdxInfo->aConstraintUsage[ii].omit = 1;