Home
last modified time | relevance | path

Searched defs:pOp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c76 VdbeOp *pOp; in sqliteVdbeAddOp() local
282 Op *pOp; in sqliteVdbeChangeP3() local
316 Op *pOp; in sqliteVdbeDequoteP3() local
341 Op *pOp; in sqliteVdbeCompressSpace() local
510 void sqliteVdbePrintOp(FILE *pOut, int pc, Op *pOp){ in sqliteVdbePrintOp()
H A Dbtree_rb.c818 BtRollbackOp *pOp = sqliteMalloc( sizeof(BtRollbackOp) ); in memRbtreeInsert() local
835 BtRollbackOp *pOp = sqliteMalloc( sizeof(BtRollbackOp) ); in memRbtreeInsert() local
942 BtRollbackOp *pOp = sqliteMalloc( sizeof(BtRollbackOp) ); in memRbtreeDelete() local
1277 static void deleteRollbackList(BtRollbackOp *pOp){ in deleteRollbackList()
H A Dinsert.c205 VdbeOp *pOp = sqliteVdbeGetOp(v, addr-2); in sqliteInsert() local
H A Dvdbe.c498 Op *pOp; /* Current operation */ in sqliteVdbeExec() local