Home
last modified time | relevance | path

Searched refs:P3_POINTER (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbe.h70 #define P3_POINTER (-3) /* P3 is a pointer to some structure or object */ macro
H A Dvdbeaux.c328 if( pOp->p3type==P3_POINTER ) return; in sqliteVdbeDequoteP3()
348 if( pOp->p3type==P3_POINTER ){ in sqliteVdbeCompressSpace()
516 if( pOp->p3type==P3_POINTER ){ in sqliteVdbePrintOp()
570 if( p->aOp[i].p3type==P3_POINTER ){ in sqliteVdbeList()
H A Dbuild.c933 sqliteVdbeOp3(v, OP_CreateTable, 0, p->iDb, (char*)&p->tnum, P3_POINTER); in sqliteEndTable()
1700 sqliteVdbeOp3(v, OP_CreateIndex, 0, isTemp,(char*)&pIndex->tnum,P3_POINTER); in sqliteCreateIndex()
H A Dselect.c2303 sqliteVdbeOp3(v, OP_AggInit, 0, i, (char*)pFunc, P3_POINTER); in sqliteSelect()
2378 sqliteVdbeOp3(v, OP_AggFunc, 0, nExpr, (char*)pDef, P3_POINTER); in sqliteSelect()
H A Dexpr.c1162 sqliteVdbeOp3(v, OP_Function, nExpr, 0, (char*)pDef, P3_POINTER); in sqliteExprCode()
H A Dvdbe.c3692 assert( pOp->p3!=0 && pOp->p3type==P3_POINTER ); in sqliteVdbeExec()