Home
last modified time | relevance | path

Searched refs:OPFLAG_P2ISREG (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Danalyze.c219 aCreateTbl[i] = OPFLAG_P2ISREG; in openStatTable()
H A Dbuild.c2833 sqlite3VdbeChangeP5(v, OPFLAG_P2ISREG); in sqlite3EndTable()
3788 sqlite3VdbeChangeP5(v, OPFLAG_BULKCSR|((memRootPage>=0)?OPFLAG_P2ISREG:0)); in sqlite3RefillIndex()
H A DsqliteInt.h3809 #define OPFLAG_P2ISREG 0x10 /* P2 to OP_Open** is a register number */ macro
H A Dvdbeaux.c2184 if( pOp->opcode==OP_OpenWrite && (pOp->p5 & OPFLAG_P2ISREG)==0 ) break; in sqlite3VdbeNextOpcode()
H A Dvdbe.c4196 if( pOp->p5 & OPFLAG_P2ISREG ){ in sqlite3VdbeExec()