Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c79 VdbeOp *pOp; in sqliteVdbeAddOp() local
285 Op *pOp; in sqliteVdbeChangeP3() local
319 Op *pOp; in sqliteVdbeDequoteP3() local
344 Op *pOp; in sqliteVdbeCompressSpace() local
513 void sqliteVdbePrintOp(FILE *pOut, int pc, Op *pOp){ in sqliteVdbePrintOp()
H A Dbtree_rb.c821 BtRollbackOp *pOp = sqliteMalloc( sizeof(BtRollbackOp) ); in memRbtreeInsert() local
838 BtRollbackOp *pOp = sqliteMalloc( sizeof(BtRollbackOp) ); in memRbtreeInsert() local
945 BtRollbackOp *pOp = sqliteMalloc( sizeof(BtRollbackOp) ); in memRbtreeDelete() local
1280 static void deleteRollbackList(BtRollbackOp *pOp){ in deleteRollbackList()
H A Dinsert.c208 VdbeOp *pOp = sqliteVdbeGetOp(v, addr-2); in sqliteInsert() local
H A Dvdbe.c500 Op *pOp; /* Current operation */ in sqliteVdbeExec() local