Searched defs:curRow (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c101 unsigned int curRow; /* Current row */ member in struct:__anon52
477 if (rs->pnRow > 0U && rs->curRow < rs->pnRow) {
478 int index = (rs->curRow + 1) * rs->pnColumn;
480 rs->curRow++;

Completed in 10 milliseconds