Searched defs:testAddr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c1577 int testAddr = 0; /* One-time test address */ local
1596 testAddr = sqlite3VdbeAddOp2(v, OP_Integer, 1, mem);
1597 assert( testAddr>0 || pParse->db->mallocFailed );
1603 pParse->db, "EXECUTE %s%s SUBQUERY %d", testAddr?"":"CORRELATED ",
1695 if( testAddr && !sqlite3ExprIsConstant(pE2) ){
1696 sqlite3VdbeChangeToNoop(v, testAddr-1, 2);
1697 testAddr = 0;
1766 if( testAddr ){
1767 sqlite3VdbeJumpHere(v, testAddr-1);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c72314 int testAddr = 0; /* One-time test address */ local
[all...]

Completed in 199 milliseconds