Searched refs:pTblIter (Results 1 – 1 of 1) sorted by relevance
226184 sqlite3_stmt *pTblIter; /* Iterate through tables */ member226792 sqlite3_finalize(pIter->pTblIter);226826 rc = sqlite3_step(pIter->pTblIter);226828 rc = resetAndCollectError(pIter->pTblIter, &p->zErrmsg);226832 pIter->zTbl = (const char*)sqlite3_column_text(pIter->pTblIter, 0);226833 pIter->zDataTbl = (const char*)sqlite3_column_text(pIter->pTblIter,1);226927 rc = prepareFreeAndCollectError(p->dbRbu, &pIter->pTblIter, &p->zErrmsg,