Home
last modified time | relevance | path

Searched refs:OP_CreateTable (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h101 #define OP_CreateTable 100 macro
H A Dvdbe.c3679 case OP_CreateTable: { in sqliteVdbeExec()
3684 if( pOp->opcode==OP_CreateTable ){ in sqliteVdbeExec()
H A Dbuild.c930 sqliteVdbeOp3(v, OP_CreateTable, 0, p->iDb, (char*)&p->tnum, P3_POINTER); in sqliteEndTable()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8400 #define OP_CreateTable 98 macro
67473 case OP_CreateTable: { /* out2-prerelease */
67485 if( pOp->opcode==OP_CreateTable ){
78244 sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);

Completed in 269 milliseconds