Lines Matching refs:OP_ParseSchema
13980 #define OP_ParseSchema 138
17135 ** from sqlite3Init and OP_ParseSchema into the sqlite3InitCallback.
73267 ** Add an OP_ParseSchema opcode. This routine is broken out from
73276 sqlite3VdbeAddOp4(p, OP_ParseSchema, iDb, 0, 0, zWhere, P4_DYNAMIC);
85559 case OP_ParseSchema: {
117826 ** This routine is also called from the OP_ParseSchema opcode of the VDBE.