Searched refs:pTblIter (Results 1 – 1 of 1) sorted by relevance
226567 sqlite3_stmt *pTblIter; /* Iterate through tables */ member227186 sqlite3_finalize(pIter->pTblIter);227220 rc = sqlite3_step(pIter->pTblIter);227222 rc = resetAndCollectError(pIter->pTblIter, &p->zErrmsg);227226 pIter->zTbl = (const char*)sqlite3_column_text(pIter->pTblIter, 0);227227 pIter->zDataTbl = (const char*)sqlite3_column_text(pIter->pTblIter,1);227321 rc = prepareFreeAndCollectError(p->dbRbu, &pIter->pTblIter, &p->zErrmsg,