Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c14661 sqlite3_stmt *pAllAndParent; member
16406 assert( p->laf.pAllAndParent==0 ); in recoverLostAndFound2Init()
16414 pLaf->pAllAndParent = recoverPreparePrintf(p, p->dbOut, in recoverLostAndFound2Init()
16437 int res = sqlite3_step(pLaf->pAllAndParent); in recoverLostAndFound2Step()
16439 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step()
16443 sqlite3_column_value(pLaf->pAllAndParent, 0) in recoverLostAndFound2Step()
16455 recoverFinalize(p, pLaf->pAllAndParent); in recoverLostAndFound2Step()
16456 pLaf->pAllAndParent =0; in recoverLostAndFound2Step()
16471 sqlite3_finalize(p->laf.pAllAndParent); in recoverLostAndFoundCleanup()
16479 p->laf.pAllAndParent = 0; in recoverLostAndFoundCleanup()
[all …]