• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/sqlite3/

Lines Matching refs:IF

821 **    OPTIMIZATION-IF-TRUE        - This branch is allowed to alway be false
825 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
15757 #define OP_Ne 52 /* jump, same as TK_NE, synopsis: IF r[P3]!=r[P1] */
15758 #define OP_Eq 53 /* jump, same as TK_EQ, synopsis: IF r[P3]==r[P1] */
15759 #define OP_Gt 54 /* jump, same as TK_GT, synopsis: IF r[P3]>r[P1] */
15760 #define OP_Le 55 /* jump, same as TK_LE, synopsis: IF r[P3]<=r[P1] */
15761 #define OP_Lt 56 /* jump, same as TK_LT, synopsis: IF r[P3]<r[P1] */
15762 #define OP_Ge 57 /* jump, same as TK_GE, synopsis: IF r[P3]>=r[P1] */
30459 sqlite3TreeViewLine(pView, "IF-NULL-ROW %d", pExpr->iTable);
32024 while( e>0 ){ /*OPTIMIZATION-IF-TRUE*/
32026 if( s>=(LARGEST_INT64/10) ) break; /*OPTIMIZATION-IF-FALSE*/
32029 if( s%10!=0 ) break; /*OPTIMIZATION-IF-FALSE*/
32038 if( e==0 ){ /*OPTIMIZATION-IF-TRUE*/
32042 if( e>307 ){ /*OPTIMIZATION-IF-TRUE*/
32043 if( e<342 ){ /*OPTIMIZATION-IF-TRUE*/
33038 while( x>255 ){ y += 40; x >>= 4; } /*OPTIMIZATION-IF-TRUE*/
33251 while( (c = (unsigned char)*z++)!=0 ){ /*OPTIMIZATION-IF-TRUE*/
33350 if( pH->ht ){ /*OPTIMIZATION-IF-TRUE*/
33530 /* 52 */ "Ne" OpHelp("IF r[P3]!=r[P1]"),
33531 /* 53 */ "Eq" OpHelp("IF r[P3]==r[P1]"),
33532 /* 54 */ "Gt" OpHelp("IF r[P3]>r[P1]"),
33533 /* 55 */ "Le" OpHelp("IF r[P3]<=r[P1]"),
33534 /* 56 */ "Lt" OpHelp("IF r[P3]<r[P1]"),
33535 /* 57 */ "Ge" OpHelp("IF r[P3]>=r[P1]"),
49506 if( p->pDirty==0 ){ /*OPTIMIZATION-IF-TRUE*/
49533 && 0==(pPage->flags&PGHDR_NEED_SYNC) /*OPTIMIZATION-IF-FALSE*/
49870 if( p->flags & (PGHDR_CLEAN|PGHDR_DONT_WRITE) ){ /*OPTIMIZATION-IF-FALSE*/
51670 if( p->nFresh==0 ){ /*OPTIMIZATION-IF-FALSE*/
51706 if( rowid<=pLast->v ){ /*OPTIMIZATION-IF-FALSE*/
51829 if( *ppList==0 ){ /*OPTIMIZATION-IF-TRUE*/
51833 if( iDepth>1 ){ /*OPTIMIZATION-IF-TRUE*/
51839 if( p==0 ){ /*OPTIMIZATION-IF-FALSE*/
51896 if( (p->rsFlags & ROWSET_NEXT)==0 ){ /*OPTIMIZATION-IF-FALSE*/
51897 if( (p->rsFlags & ROWSET_SORTED)==0 ){ /*OPTIMIZATION-IF-FALSE*/
51907 if( p->pEntry==0 ){ /*OPTIMIZATION-IF-TRUE*/
51934 if( iBatch!=pRowSet->iBatch ){ /*OPTIMIZATION-IF-FALSE*/
51938 if( (pRowSet->rsFlags & ROWSET_SORTED)==0 ){ /*OPTIMIZATION-IF-FALSE*/
79866 if( strncmp(zSynopsis,"IF ",3)==0 ){
86152 if( p->apCsr[iCur] ){ /*OPTIMIZATION-IF-FALSE*/
86250 if( (pRec->flags & MEM_Int)==0 ){ /*OPTIMIZATION-IF-FALSE*/
86263 if( 0==(pRec->flags&MEM_Str) ){ /*OPTIMIZATION-IF-FALSE*/
86607 if( VdbeMemDynamic(pOut) ){ /*OPTIMIZATION-IF-FALSE*/
87882 ** Synopsis: IF r[P3]==r[P1]
87917 ** Synopsis: IF r[P3]!=r[P1]
87928 ** Synopsis: IF r[P3]<r[P1]
87957 ** Synopsis: IF r[P3]<=r[P1]
87964 ** Synopsis: IF r[P3]>r[P1]
87971 ** Synopsis: IF r[P3]>=r[P1]
88588 if( pC->cacheStatus!=p->cacheCtr ){ /*OPTIMIZATION-IF-FALSE*/
88621 if( pC->szRow<aOffset[0] ){ /*OPTIMIZATION-IF-FALSE*/
101722 if( n==2 ){ /*OPTIMIZATION-IF-TRUE*/
113380 /* generated column in an CREATE TABLE IF NOT EXISTS that already exists */
158210 59, /* IF => ID */
158481 /* 18 */ "IF",
158802 /* 16 */ "ifnotexists ::= IF NOT EXISTS",
158864 /* 78 */ "ifexists ::= IF EXISTS",
159708 197, /* (16) ifnotexists ::= IF NOT EXISTS */
159770 234, /* (78) ifexists ::= IF EXISTS */
160111 -3, /* (16) ifnotexists ::= IF NOT EXISTS */
160173 -2, /* (78) ifexists ::= IF EXISTS */
160593 case 16: /* ifnotexists ::= IF NOT EXISTS */
160753 case 78: /* ifexists ::= IF EXISTS */ yytestcase(yyruleno==78);
162652 ** 21: MATERIALIZED IF
162909 testcase( i==126 ); /* IF */
170607 "DROP TABLE IF EXISTS %Q.'%q_segments';"
170608 "DROP TABLE IF EXISTS %Q.'%q_segdir';"
170609 "DROP TABLE IF EXISTS %Q.'%q_docsize';"
170610 "DROP TABLE IF EXISTS %Q.'%q_stat';"
170611 "%s DROP TABLE IF EXISTS %Q.'%q_content';",
170675 "CREATE TABLE IF NOT EXISTS %Q.'%q_stat'"
199169 "CREATE TABLE IF NOT EXISTS %s.rbu_state(k INTEGER PRIMARY KEY, v)"
199852 "DROP TRIGGER IF EXISTS temp.rbu_insert_tr;"
199853 "DROP TRIGGER IF EXISTS temp.rbu_update1_tr;"
199854 "DROP TRIGGER IF EXISTS temp.rbu_update2_tr;"
199855 "DROP TRIGGER IF EXISTS temp.rbu_delete_tr;"
201459 "CREATE TABLE IF NOT EXISTS %s.'rbu_tmp_%q' AS "
229627 "DROP TABLE IF EXISTS %Q.'%q_data';"
229628 "DROP TABLE IF EXISTS %Q.'%q_idx';"
229629 "DROP TABLE IF EXISTS %Q.'%q_config';",
229636 "DROP TABLE IF EXISTS %Q.'%q_docsize';",
229642 "DROP TABLE IF EXISTS %Q.'%q_content';",