Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3VdbeAddOpList

9242 ** sqlite3VdbeAddOpList() knows that the address is relative.  Calling
9462 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
62772 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp, int iLineno){
62819 ** static array using sqlite3VdbeAddOpList but we want to make a
62985 ** static array using sqlite3VdbeAddOpList but we want to make a
74797 sqlite3VdbeAddOpList(v, ArraySize(openBlob), openBlob, iLn);
99046 addr = sqlite3VdbeAddOpList(v, ArraySize(getCacheSize), getCacheSize,iLn);
99301 iAddr = sqlite3VdbeAddOpList(v, ArraySize(setMeta6), setMeta6, iLn);
100204 addr = sqlite3VdbeAddOpList(v, ArraySize(endCode), endCode, iLn);
100342 int addr = sqlite3VdbeAddOpList(v, ArraySize(setCookie), setCookie, 0);
100354 int addr = sqlite3VdbeAddOpList(v, ArraySize(readCookie), readCookie, 0);
107642 base = sqlite3VdbeAddOpList(v, ArraySize(dropTrigger), dropTrigger, iLn);