OP_CreateTable   67006 third_party/sqlite/amalgamation/sqlite3.c case OP_CreateTable: {          /* out2-prerelease */
OP_CreateTable   67018 third_party/sqlite/amalgamation/sqlite3.c   if( pOp->opcode==OP_CreateTable ){
OP_CreateTable   77745 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
OP_CreateTable    906 third_party/sqlite/src/src/build.c       sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
OP_CreateTable   4604 third_party/sqlite/src/src/vdbe.c case OP_CreateTable: {          /* out2-prerelease */
OP_CreateTable   4614 third_party/sqlite/src/src/vdbe.c   if( pOp->opcode==OP_CreateTable ){