Searched refs:iSrcLine (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/sqlite3/ |
| D | sqlite3.c | 12433 int iSrcLine; /* Source-code line that generated this opcode */ member 15822 void (*xVdbeBranch)(void*,int iSrcLine,u8 eThis,u8 eMx); /* Callback */ 70561 pOp->iSrcLine = 0; 71067 pOut->iSrcLine = iLineno+i; 71386 sqlite3VdbeGetOp(v,-1)->iSrcLine = iLine; 77178 # define VdbeBranchTaken(I,M) vdbeTakeBranch(pOp->iSrcLine,I,M) 77179 static void vdbeTakeBranch(int iSrcLine, u8 I, u8 M){ 77180 if( iSrcLine<=2 && ALWAYS(iSrcLine>0) ){ 77181 M = iSrcLine; 77188 iSrcLine,I,M);
|