Searched defs:addrTop (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c647 int addrTop; /* Label "L" */ local
654 addrTop = sqlite3VdbeAddOp1(v, OP_Yield, dest.iParm);
659 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrTop);
H A Dwhere.c1815 int addrTop; /* Top of the index fill loop */ local
1931 addrTop = sqlite3VdbeAddOp1(v, OP_Rewind, pLevel->iTabCur);
1936 sqlite3VdbeAddOp2(v, OP_Next, pLevel->iTabCur, addrTop+1);
1938 sqlite3VdbeJumpHere(v, addrTop);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c85130 int addrTop; /* Label "L" */ local
99469 int addrTop; /* Top of the index fill loop */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c95421 int addrTop; /* Top of the co-routine */ local
99852 int addrTop; /* Top of a loop checking foreign keys */ local
103348 int addrTop; /* Top of the loop */ local
106094 int addrTop = sqlite3VdbeCurrentAddr(v)+1; local
108282 int addrTop = 0; /* VDBE instruction address of the start of the loop */ local
112482 int addrTop; /* Top of the index fill loop */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c95441 int addrTop; /* Top of the co-routine */ local
99872 int addrTop; /* Top of a loop checking foreign keys */ local
103368 int addrTop; /* Top of the loop */ local
106114 int addrTop = sqlite3VdbeCurrentAddr(v)+1; local
108302 int addrTop = 0; /* VDBE instruction address of the start of the loop */ local
112502 int addrTop; /* Top of the index fill loop */ local
[all...]

Completed in 486 milliseconds