Searched defs:pOp (Results 1 – 4 of 4) sorted by relevance
/titanic_52/usr/src/lib/libsqlite/src/ | ||
H A D | vdbeaux.c | 79 VdbeOp *pOp; in sqliteVdbeAddOp() local |
H A D | btree_rb.c | 821 BtRollbackOp *pOp = sqliteMalloc( sizeof(BtRollbackOp) ); in memRbtreeInsert() local |
H A D | insert.c | 208 VdbeOp *pOp = sqliteVdbeGetOp(v, addr-2); in sqliteInsert() local |
H A D | vdbe.c | 500 Op *pOp; /* Current operation */ in sqliteVdbeExec() local |