Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c16516 u32 iSrcLine; /* Source-code line that generated this opcode member
20232 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */
85147 pOp->iSrcLine = 0;
85196 pOp->iSrcLine = 0;
86007 pOut->iSrcLine = iLineno+i;
86177 sqlite3VdbeGetLastOp(p)->iSrcLine = 0; /* Erase VdbeCoverage() macros */
86504 sqlite3VdbeGetLastOp(v)->iSrcLine = iLine;
93297 # define VdbeBranchTaken(I,M) vdbeTakeBranch(pOp->iSrcLine,I,M)
93298 static void vdbeTakeBranch(u32 iSrcLine, u8 I, u8 M){
93309 mNever = iSrcLine >> 24;
[all …]