Home | History | Annotate | Download | only in dist

Lines Matching defs:omit

194 ** portability you should omit LFS.
5893 ** This flag instructs SQLite to omit some corner-case optimizations that
7689 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7692 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
7694 ** checked separately in byte code. If the omit flag is change to true, then
7696 ** when the omit flag is true there is no guarantee that the constraint will
7762 unsigned char omit; /* Do not code a test for this constraint */
10238 ** are adjacent. ^The virtual table may, if it chooses, omit extra rows
10245 ** rows to be sorted.)^ ^The virtual table implementation is free to omit
10247 ** it is not required to omit any rows. This mode is used for queries
12535 ** causes the sessions module to omit this savepoint. In this case, if the
12674 ** resolution decisions (OMIT or REPLACE) made while applying "remote".
12687 ** conflict resolution was "OMIT", then the local changeset is modified
12697 ** resolution was OMIT, then add an UPDATE change to the rebased
12703 ** only possible resolution is OMIT. If the remote operation was a
12710 ** with a DELETE, and the conflict resolution was OMIT, then the update
12716 ** If conflict is with a remote UPDATE and the resolution is OMIT, then
12735 ** of the OMIT resolutions.
12742 ** OMIT.
14036 ** Enable SQLITE_USE_SEH by default on MSVC builds. Only omit
14143 ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit
14674 ** to omit code used by TEMP tables without messy #ifndef statements.
17823 #define SQLITE_OmitNoopJoin 0x00000100 /* Omit unused tables in joins */
17834 #define SQLITE_OmitOrderBy 0x00040000 /* Omit pointless ORDER BY */
18202 #define COLFLAG_NOEXPAND 0x0400 /* Omit this column when expanding "*" */
20277 #define WRC_Prune 1 /* Omit children but continue walking siblings */
20932 #define SQLITE_ECEL_OMITREF 0x08 /* Omit if ExprList.u.x.iOrderByCol */
25687 ** If the library is compiled to omit the full-scale date and time
29856 ** For that reason, we will omit this optimization for now. See
30728 ** sqlite3DbMalloc(). Omit leading and trailing whitespace.
32048 ** Print into memory obtained from sqlite3_malloc(). Omit the internal
32072 ** Print into memory obtained from sqlite3_malloc()(). Omit the internal
33560 ** These simplified versions of the tree-view routines omit unnecessary
35022 ** work. Intel x86 floating point might omit the truncation without
40460 ** Omit this section if SQLITE_ENABLE_LOCKING_STYLE is turned off
44279 int noLock; /* True to omit locking primitives */
51035 ** If sqlite3_temp_directory is NULL (undefined), omit the mutex and
61476 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
63052 ** enabled at compile time, the compiler can omit the tests of
63189 int noSync /* True to omit the xSync on the db file */
66353 ** When that happens, omit the aLeft[X] and use the aRight[Y] index.
67477 ** the next invocation of walTryBeginRead() may omit an expected call to
67766 ** cause a problem. The checkpointer could omit to checkpoint
78553 k--; /* Omit b.ixNx[] entry for child pages with no cells */
84893 ** But omit them (for performance) during production builds */
85689 ** strives to omit useless byte-code like this:
88227 ** can omit some redundant tests and make that opcode a lot faster. So
105361 ** idxNum==1 means show only the main bytecode and omit subprograms.
105422 pIdxInfo->aConstraintUsage[i].omit = 1;
105426 pIdxInfo->aConstraintUsage[i].omit = 1;
120360 ** systems that do not need this facility may omit it by recompiling
122130 ** with "generated always". Check for this case and omit the surplus
124547 int ifNotExist, /* Omit error if index already exists */
127873 ** it should be converted by to INTEGER again. So omit the
131661 ** foreign key, then omit this scan altogether. As all child key
131724 ** Note 2: At first glance it may seem like SQLite could simply omit
132287 ** computed. As an optimization, omit trailing SQLITE_AFF_BLOB affinities.
137837 ** remainder of this file is specific to PRAGMA processing. So omit
139773 if( !isQuick ){ /* Omit the remaining tests for quick_check */
140512 pIdxInfo->aConstraintUsage[j].omit = 1;
140518 pIdxInfo->aConstraintUsage[j].omit = 1;
147985 /* If a column is marked as 'hidden', omit it from the expanded
148008 /* In a join with a USING clause, omit columns in the
149294 ("omit superfluous ORDER BY on %r FROM-clause subquery\n",i+1));
156152 #define WHERE_IDX_ONLY 0x00000040 /* Use index only - omit table */
157272 ** scan (that has no == terms) so omit them. */
157319 ** is added that might allow OP_Column to omit the seek and instead do its
161560 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
161563 p->aConstraintUsage[i].omit);
162090 u16 *pmNoOmit /* Mask of terms not to omit */
163894 ** Given the definitions above, it is better to omit the IN operator
164839 u16 mNoOmit, /* Do not omit these constraints */
164929 if( pUsage[i].omit ){
166490 /* Attempt to omit tables from a join that do not affect the result.
167166 /* Attempt to omit tables from a join that do not affect the result.
167409 ** the output order. So omit any ORDER BY/GROUP BY elimination
183271 /* Omit this entire file if SQLITE_ENABLE_UNLOCK_NOTIFY is not defined. */
185735 int bNoDocsize = 0; /* True to omit %_docsize table */
186238 pInfo->aConstraintUsage[iCons].omit = 1;
194639 pInfo->aConstraintUsage[i].omit = 1;
199476 const char *zTerm, /* Omit all terms smaller than this */
208260 pIdxInfo->aConstraintUsage[i].omit = 1;
208266 pIdxInfo->aConstraintUsage[i].omit = 1;
210556 pIdxInfo->aConstraintUsage[jj].omit = 0;
210560 pIdxInfo->aConstraintUsage[jj].omit = 1;
210593 pIdxInfo->aConstraintUsage[ii].omit = doOmit;
214315 pIdxInfo->aConstraintUsage[iRowidTerm].omit = 1;
214325 pIdxInfo->aConstraintUsage[iFuncTerm].omit = 0;
221947 pIdxInfo->aConstraintUsage[iSchema].omit = 1;
222738 pIdxInfo->aConstraintUsage[i].omit = 1;
222756 pIdxInfo->aConstraintUsage[i].omit = 1;
223319 ** resolved using either the OMIT or REPLACE strategies within the apply_v2()
223335 ** 1 byte: Flag. 0x01 for REPLACE, 0x00 for OMIT.
223341 ** resolution strategy was REPLACE, or 0x00 if it was OMIT.
226969 ** they omit all error checking and return a pointer to the requested value.
227725 int eType, /* Conflict resolution (OMIT or REPLACE) */
247419 pIdxInfo->aConstraintUsage[i].omit = 1;
247554 ** idxNum==1 means show only the main bytecode and omit subprograms.
248277 pInfo->aConstraintUsage[i].omit = 1;
248999 ** sqlite3_index_constraint.omit flag clear for range constraints