Searched refs:pXList (Results 1 – 1 of 1) sorted by relevance
228323 sqlite3_stmt *pXList = 0; /* PRAGMA index_list = (pIter->zTbl) */ local228326 p->rc = prepareFreeAndCollectError(p->dbMain, &pXList, &p->zErrmsg,228329 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXList) ){228330 const char *zOrig = (const char*)sqlite3_column_text(pXList,3);228332 const char *zIdx = (const char*)sqlite3_column_text(pXList,1);228341 rbuFinalize(p, pXList);