Home
last modified time | relevance | path

Searched refs:pXList (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c1986 sqlite3_stmt *pXList = 0; /* PRAGMA index_list = (pIter->zTbl) */ in rbuWithoutRowidPK() local
1989 p->rc = prepareFreeAndCollectError(p->dbMain, &pXList, &p->zErrmsg, in rbuWithoutRowidPK()
1992 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXList) ){ in rbuWithoutRowidPK()
1993 const char *zOrig = (const char*)sqlite3_column_text(pXList,3); in rbuWithoutRowidPK()
1995 const char *zIdx = (const char*)sqlite3_column_text(pXList,1); in rbuWithoutRowidPK()
2004 rbuFinalize(p, pXList); in rbuWithoutRowidPK()