Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c15094 typedef struct RecoverTable RecoverTable; typedef
15095 struct RecoverTable { struct
15127 static RecoverTable *recoverNewTable( in recoverNewTable()
15136 RecoverTable *pTab = 0; in recoverNewTable()
15138 pTab = (RecoverTable*)shellMalloc(&rc, sizeof(RecoverTable)); in recoverNewTable()
15268 RecoverTable *pRet = 0; in recoverFindTable()
15305 RecoverTable *pTab = 0; in recoverOrphanTable()
15328 pTab = (RecoverTable*)shellMalloc(pRc, sizeof(RecoverTable)); in recoverOrphanTable()
15376 RecoverTable *pOrphan = 0; in recoverDatabaseCmd()
15585 RecoverTable *pTab; in recoverDatabaseCmd()
[all …]