Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17561 u32 iSrcLine; /* Source-code line that generated this opcode member
21321 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */
88032 pOp->iSrcLine = 0;
88081 pOp->iSrcLine = 0;
88894 pOut->iSrcLine = iLineno+i;
89067 sqlite3VdbeGetLastOp(p)->iSrcLine = 0; /* Erase VdbeCoverage() macros */
89400 sqlite3VdbeGetLastOp(v)->iSrcLine = iLine;
96641 # define VdbeBranchTaken(I,M) vdbeTakeBranch(pOp->iSrcLine,I,M)
96642 static void vdbeTakeBranch(u32 iSrcLine, u8 I, u8 M){ argument
96653 mNever = iSrcLine >> 24;
[all …]