• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching defs:omit

61 ** portability you should omit LFS.
4736 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
4771 unsigned char omit; /* Do not code a test for this constraint */
6481 ** to omit code used by TEMP tables without messy #ifndef statements.
11940 ** If the library is compiled to omit the full-scale date and time
15528 ** For that reason, we will omit this optimization for now. See
21359 ** portability you should omit LFS.
25342 int noLock; /* True to omit locking primitives */
34337 int useJournal = (flags & PAGER_OMIT_JOURNAL)==0; /* False to omit journal */
34338 int noReadlock = (flags & PAGER_NO_READLOCK)!=0; /* True to omit read-lock */
35662 ** enabled at compile time, the compiler can omit the tests of
35766 int noSync /* True to omit the xSync on the db file */
65975 ** systems that do not need this facility may omit it by recompiling
73053 ** is taking place as part of a DELETE operation (operation D.2), omit the
82211 /* In a NATURAL join, omit the join columns from the
82216 /* In a join with a USING clause, omit columns in the
86747 #define WHERE_IDX_ONLY 0x00800000 /* Use index only - omit table */
88039 sqlite3DebugPrintf(" usage[%d]: argvIdx=%d omit=%d\n",
88042 p->aConstraintUsage[i].omit);
89403 if( aUsage[j].omit ){
99200 pInfo->aConstraintUsage[iCons].omit = 1;
106472 #define SNIPPET_IGNORE 0 /* It is ok to omit this match from the snippet */
108356 pIdxInfo->aConstraintUsage[jj].omit = 0;
108360 pIdxInfo->aConstraintUsage[jj].omit = 1;
108411 pIdxInfo->aConstraintUsage[ii].omit = 1;