Searched refs:pXList (Results 1 – 1 of 1) sorted by relevance
227929 sqlite3_stmt *pXList = 0; /* PRAGMA index_list = (pIter->zTbl) */ local227932 p->rc = prepareFreeAndCollectError(p->dbMain, &pXList, &p->zErrmsg,227935 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXList) ){227936 const char *zOrig = (const char*)sqlite3_column_text(pXList,3);227938 const char *zIdx = (const char*)sqlite3_column_text(pXList,1);227947 rbuFinalize(p, pXList);