Searched refs:TK_EXISTS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c580 case TK_EXISTS: testcase( pExpr->op==TK_EXISTS );
H A Dexpr.c1143 testcase( pExpr->op==TK_EXISTS ); /* selectNodeIsConstant will disallow */
1725 case TK_EXISTS:
1737 testcase( pExpr->op==TK_EXISTS );
1739 assert( pExpr->op==TK_EXISTS || pExpr->op==TK_SELECT );
2623 case TK_EXISTS:
2625 testcase( op==TK_EXISTS );
H A Dparse.y1030 Expr *p = A.pExpr = sqlite3PExpr(pParse, TK_EXISTS, 0, 0, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7144 #define TK_EXISTS 20 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8218 #define TK_EXISTS 20 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8218 #define TK_EXISTS 20 macro
[all...]

Completed in 567 milliseconds