Searched refs:omit (Results 1 – 4 of 4) sorted by relevance
73 /* Using $this->valid() would be exactly the same; it would omit
26 * omit this flag because it costs unnecessary work and time.
5603 unsigned char omit; /* Do not code a test for this constraint */ member
5810 unsigned char omit; /* Do not code a test for this constraint */ member117826 p->aConstraintUsage[i].omit);121557 if( iTerm<16 && pUsage[i].omit ) pNew->u.vtab.omitMask |= 1<<iTerm;121559 if( pUsage[i].omit==0 ){134606 pInfo->aConstraintUsage[iCons].omit = 1;142750 pInfo->aConstraintUsage[i].omit = 1;152657 pIdxInfo->aConstraintUsage[jj].omit = 0;152661 pIdxInfo->aConstraintUsage[jj].omit = 1;152690 pIdxInfo->aConstraintUsage[ii].omit = 1;
Completed in 371 milliseconds