Searched defs:pc (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | bitvec.c | 341 int i, nx, pc, op; in sqlite3BitvecBuiltinTest() local
|
| H A D | vdbeInt.h | 185 int pc; /* Program Counter in parent (calling) frame */ member 429 int pc; /* The program counter */ member
|
| H A D | btree.c | 1497 int pc; /* Address of the i-th cell */ in defragmentPage() local 1634 int pc = get2byte(pTmp); /* Address of a free slot */ in pageFindSlot() local 1967 int pc; /* Address of a freeblock within pPage->aData[] */ in btreeComputeFreeSpace() local 2053 int pc; /* Address of a freeblock within pPage->aData[] */ in btreeCellSizeCheck() local 6990 u32 pc; /* Offset to cell content of cell being deleted */ in dropCell() local 10409 u32 pc; /* Address of a cell */ in checkTreePage() local
|
| H A D | vdbeaux.c | 213 static void test_addop_breakpoint(int pc, Op *pOp){ in test_addop_breakpoint() 1946 void sqlite3VdbePrintOp(FILE *pOut, int pc, VdbeOp *pOp){ in sqlite3VdbePrintOp() 3477 char c, pc = 0; in sqlite3VdbeReset() local
|
| H A D | vdbe.c | 134 static void test_trace_breakpoint(int pc, Op *pOp, Vdbe *v){ in test_trace_breakpoint()
|
| H A D | where.c | 6223 int pc, in sqlite3WhereOpcodeRewriteTrace()
|
| H A D | shell.c.in | 5532 int pc, ppc; local
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | scrub.c | 376 u32 i, n, pc; in scrubBackupBtree() local
|
| H A D | csv.c | 220 int pc, ppc; in csv_read_one_field() local
|