Searched refs:pTbls (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c15362 sqlite3_stmt *pTbls; member in struct:RecoverStateW1
16882 /* Prepare the SELECT to loop through schema tables (pTbls) and the SELECT
16884 p1->pTbls = recoverPrepare(p, p->dbOut,
16917 recoverFinalize(p, p1->pTbls);
16934 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){
16935 i64 iRoot = sqlite3_column_int64(p1->pTbls, 0);
16947 ** keys before recovering its contents. The p1->pTbls SELECT statement
17817 if( p->w1.pTbls==0 ){
H A Dsqlite3.c139455 Hash *pTbls; /* Set of all tables in the schema */ local
[all...]

Completed in 806 milliseconds