Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c12765 sqlite3_stmt *pTbls; member
14282 /* Prepare the SELECT to loop through schema tables (pTbls) and the SELECT in recoverWriteDataInit()
14284 p1->pTbls = recoverPrepare(p, p->dbOut, in recoverWriteDataInit()
14317 recoverFinalize(p, p1->pTbls); in recoverWriteDataCleanup()
14334 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){ in recoverWriteDataStep()
14335 i64 iRoot = sqlite3_column_int64(p1->pTbls, 0); in recoverWriteDataStep()
14347 ** keys before recovering its contents. The p1->pTbls SELECT statement in recoverWriteDataStep()
15211 if( p->w1.pTbls==0 ){ in recoverStep()
H A Dsqlite3.c135941 Hash *pTbls; /* Set of all tables in the schema */ global() local
[all...]

Completed in 168 milliseconds