Searched refs:p3type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c104 pOp->p3type = P3_NOTUSED;
114 int sqliteVdbeOp3(Vdbe *p, int op, int p1, int p2, const char *zP3, int p3type){ argument
116 sqliteVdbeChangeP3(p, addr, zP3, p3type);
230 pOut->p3type = pIn->p3 ? P3_STATIC : P3_NOTUSED;
293 if( pOp->p3 && pOp->p3type==P3_DYNAMIC ){
299 pOp->p3type = P3_NOTUSED;
302 pOp->p3type = n;
305 pOp->p3type = P3_DYNAMIC;
328 if( pOp->p3type==P3_POINTER ) return;
329 if( pOp->p3type!
[all...]
H A Dvdbe.h44 int p3type; /* P3_STATIC, P3_DYNAMIC or P3_POINTER */ member in struct:VdbeOp
65 ** Allowed values of VdbeOp.p3type
H A Dvdbe.c3692 assert( pOp->p3!=0 && pOp->p3type==P3_POINTER );

Completed in 69 milliseconds