Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_ParseSchema

8698 #define OP_ParseSchema                        106
11321 ** from sqlite3Init and OP_ParseSchema into the sqlite3InitCallback.
59736 ** Add an OP_ParseSchema opcode. This routine is broken out from
59745 int addr = sqlite3VdbeAddOp3(p, OP_ParseSchema, iDb, 0, 0);
69778 case OP_ParseSchema: {
93716 ** This routine is also called from the OP_ParseSchema opcode of the VDBE.