Searched refs:addrNxt (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c3293 pLevel->addrNxt = sqlite3VdbeMakeLabel(v);
3597 int addrNxt; /* Where to jump to continue with the next IN case */ local
3626 ** When there is an IN operator, we also have a "addrNxt" label that
3628 ** there are no IN operators in the constraints, the "addrNxt" label
3631 addrBrk = pLevel->addrBrk = pLevel->addrNxt = sqlite3VdbeMakeLabel(v);
3702 addrNxt = pLevel->addrNxt;
3703 sqlite3VdbeAddOp2(v, OP_MustBeInt, iRowidReg, addrNxt);
3704 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, addrNxt, iRowidReg);
3891 addrNxt
[all...]
H A DsqliteInt.h1913 int addrNxt; /* Jump here to start the next IN combination */ member in struct:WhereLevel
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10258 int addrNxt; /* Jump here to start the next IN combination */ member in struct:WhereLevel
101251 int addrNxt; /* Where to jump to continue with the next IN case */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110517 int addrNxt; /* Jump here to start the next IN combination */ member in struct:WhereLevel
113782 int addrNxt; /* Where to jump to continue with the next IN case */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110537 int addrNxt; /* Jump here to start the next IN combination */ member in struct:WhereLevel
113802 int addrNxt; /* Where to jump to continue with the next IN case */ local
[all...]

Completed in 1993 milliseconds