Searched refs:P3_POINTER (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | vdbe.h | 70 #define P3_POINTER (-3) /* P3 is a pointer to some structure or object */ macro
|
H A D | vdbeaux.c | 328 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 D | build.c | 933 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 D | select.c | 2303 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 D | expr.c | 1162 sqliteVdbeOp3(v, OP_Function, nExpr, 0, (char*)pDef, P3_POINTER); in sqliteExprCode()
|
H A D | vdbe.c | 3692 assert( pOp->p3!=0 && pOp->p3type==P3_POINTER ); in sqliteVdbeExec()
|