Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c18018 typedef struct RecoverTable RecoverTable; typedef
18019 struct RecoverTable { struct
18051 static RecoverTable *recoverNewTable( in recoverNewTable()
18060 RecoverTable *pTab = 0; in recoverNewTable()
18062 pTab = (RecoverTable*)shellMalloc(&rc, sizeof(RecoverTable)); in recoverNewTable()
18192 RecoverTable *pRet = 0; in recoverFindTable()
18229 RecoverTable *pTab = 0; in recoverOrphanTable()
18252 pTab = (RecoverTable*)shellMalloc(pRc, sizeof(RecoverTable)); in recoverOrphanTable()
18300 RecoverTable *pOrphan = 0; in recoverDatabaseCmd()
18509 RecoverTable *pTab; in recoverDatabaseCmd()
[all …]