Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c505 int origPc; /* Program counter at start of opcode */ in sqliteVdbeExec() local
527 origPc = pc; in sqliteVdbeExec()
4790 sqliteVdbePrintOp(stdout, origPc, &p->aOp[origPc]); in sqliteVdbeExec()