TK_ALL 86163 third_party/sqlite/amalgamation/sqlite3.c if( pEList->a[0].pExpr->op!=TK_ALL ){ TK_ALL 89994 third_party/sqlite/amalgamation/sqlite3.c pEList = sqlite3ExprListAppend(pParse, 0, sqlite3Expr(db,TK_ALL,0)); TK_ALL 90703 third_party/sqlite/amalgamation/sqlite3.c case TK_ALL: z = "UNION ALL"; break; TK_ALL 90768 third_party/sqlite/amalgamation/sqlite3.c assert( op==TK_UNION || op==TK_EXCEPT || op==TK_INTERSECT || op==TK_ALL ); TK_ALL 91523 third_party/sqlite/amalgamation/sqlite3.c case TK_ALL: { TK_ALL 91740 third_party/sqlite/amalgamation/sqlite3.c explainComposite(pParse, p->op, iSub1, iSub2, p->op!=TK_ALL); TK_ALL 92112 third_party/sqlite/amalgamation/sqlite3.c if( op!=TK_ALL ){ TK_ALL 92177 third_party/sqlite/amalgamation/sqlite3.c if( op==TK_ALL ){ TK_ALL 92207 third_party/sqlite/amalgamation/sqlite3.c if( p->iLimit && op==TK_ALL ){ TK_ALL 92276 third_party/sqlite/amalgamation/sqlite3.c if( op==TK_ALL || op==TK_UNION ){ TK_ALL 92321 third_party/sqlite/amalgamation/sqlite3.c if( op==TK_ALL ){ TK_ALL 92338 third_party/sqlite/amalgamation/sqlite3.c if( op==TK_ALL || op==TK_UNION ){ TK_ALL 92708 third_party/sqlite/amalgamation/sqlite3.c || (pSub1->pPrior && pSub1->op!=TK_ALL) TK_ALL 92777 third_party/sqlite/amalgamation/sqlite3.c p->op = TK_ALL; TK_ALL 93175 third_party/sqlite/amalgamation/sqlite3.c if( pE->op==TK_ALL ) break; TK_ALL 93178 third_party/sqlite/amalgamation/sqlite3.c if( pE->op==TK_DOT && pE->pRight->op==TK_ALL ) break; TK_ALL 93195 third_party/sqlite/amalgamation/sqlite3.c if( pE->op!=TK_ALL && (pE->op!=TK_DOT || pE->pRight->op!=TK_ALL) ){ TK_ALL 105018 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy4 = TK_ALL;} TK_ALL 105045 third_party/sqlite/amalgamation/sqlite3.c Expr *p = sqlite3Expr(pParse->db, TK_ALL, 0); TK_ALL 105051 third_party/sqlite/amalgamation/sqlite3.c Expr *pRight = sqlite3PExpr(pParse, TK_ALL, 0, 0, &yymsp[0].minor.yy0); TK_ALL 106267 third_party/sqlite/amalgamation/sqlite3.c TK_ALL, TK_ALL 1680 third_party/sqlite/src/src/insert.c if( pEList->a[0].pExpr->op!=TK_ALL ){ TK_ALL 420 third_party/sqlite/src/src/parse.y multiselect_op(A) ::= UNION ALL. {A = TK_ALL;} TK_ALL 453 third_party/sqlite/src/src/parse.y Expr *p = sqlite3Expr(pParse->db, TK_ALL, 0); TK_ALL 457 third_party/sqlite/src/src/parse.y Expr *pRight = sqlite3PExpr(pParse, TK_ALL, 0, 0, &Y); TK_ALL 72 third_party/sqlite/src/src/select.c pEList = sqlite3ExprListAppend(pParse, 0, sqlite3Expr(db,TK_ALL,0)); TK_ALL 781 third_party/sqlite/src/src/select.c case TK_ALL: z = "UNION ALL"; break; TK_ALL 846 third_party/sqlite/src/src/select.c assert( op==TK_UNION || op==TK_EXCEPT || op==TK_INTERSECT || op==TK_ALL ); TK_ALL 1601 third_party/sqlite/src/src/select.c case TK_ALL: { TK_ALL 1818 third_party/sqlite/src/src/select.c explainComposite(pParse, p->op, iSub1, iSub2, p->op!=TK_ALL); TK_ALL 2190 third_party/sqlite/src/src/select.c if( op!=TK_ALL ){ TK_ALL 2255 third_party/sqlite/src/src/select.c if( op==TK_ALL ){ TK_ALL 2285 third_party/sqlite/src/src/select.c if( p->iLimit && op==TK_ALL ){ TK_ALL 2354 third_party/sqlite/src/src/select.c if( op==TK_ALL || op==TK_UNION ){ TK_ALL 2399 third_party/sqlite/src/src/select.c if( op==TK_ALL ){ TK_ALL 2416 third_party/sqlite/src/src/select.c if( op==TK_ALL || op==TK_UNION ){ TK_ALL 2786 third_party/sqlite/src/src/select.c || (pSub1->pPrior && pSub1->op!=TK_ALL) TK_ALL 2855 third_party/sqlite/src/src/select.c p->op = TK_ALL; TK_ALL 3253 third_party/sqlite/src/src/select.c if( pE->op==TK_ALL ) break; TK_ALL 3256 third_party/sqlite/src/src/select.c if( pE->op==TK_DOT && pE->pRight->op==TK_ALL ) break; TK_ALL 3273 third_party/sqlite/src/src/select.c if( pE->op!=TK_ALL && (pE->op!=TK_DOT || pE->pRight->op!=TK_ALL) ){