Lines Matching refs:RecoverTable
18018 typedef struct RecoverTable RecoverTable; typedef
18019 struct RecoverTable { struct
18030 static void recoverFreeTable(RecoverTable *pTab){ in recoverFreeTable()
18051 static RecoverTable *recoverNewTable( in recoverNewTable()
18060 RecoverTable *pTab = 0; in recoverNewTable()
18062 pTab = (RecoverTable*)shellMalloc(&rc, sizeof(RecoverTable)); in recoverNewTable()
18183 static RecoverTable *recoverFindTable( in recoverFindTable()
18192 RecoverTable *pRet = 0; in recoverFindTable()
18223 static RecoverTable *recoverOrphanTable( in recoverOrphanTable()
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()
18541 RecoverTable *pTab2 = pTab; in recoverDatabaseCmd()