Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17582 u32 iSrcLine; /* Source-code line that generated this opcode member
21343 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */
88184 pOp->iSrcLine = 0;
88233 pOp->iSrcLine = 0;
89046 pOut->iSrcLine = iLineno+i;
89219 sqlite3VdbeGetLastOp(p)->iSrcLine = 0; /* Erase VdbeCoverage() macros */
89552 sqlite3VdbeGetLastOp(v)->iSrcLine = iLine;
96799 # define VdbeBranchTaken(I,M) vdbeTakeBranch(pOp->iSrcLine,I,M)
96800 static void vdbeTakeBranch(u32 iSrcLine, u8 I, u8 M){ argument
96811 mNever = iSrcLine >> 24;
[all …]