Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16469 u32 iSrcLine; /* Source-code line that generated this opcode member
20162 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */
84680 pOp->iSrcLine = 0;
84729 pOp->iSrcLine = 0;
85531 pOut->iSrcLine = iLineno+i;
85701 sqlite3VdbeGetLastOp(p)->iSrcLine = 0; /* Erase VdbeCoverage() macros */
86028 sqlite3VdbeGetLastOp(v)->iSrcLine = iLine;
92792 # define VdbeBranchTaken(I,M) vdbeTakeBranch(pOp->iSrcLine,I,M)
92793 static void vdbeTakeBranch(u32 iSrcLine, u8 I, u8 M){
92804 mNever = iSrcLine >> 24;
[all …]