Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h206 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
H A Dvdbeaux.c1065 int iLineno /* Source-file line number of first opcode */ in sqlite3VdbeAddOpList() argument
1091 pOut->iSrcLine = iLineno+i; in sqlite3VdbeAddOpList()
1093 (void)iLineno; in sqlite3VdbeAddOpList()