Lines Matching refs:RecoverTable
15094 typedef struct RecoverTable RecoverTable; typedef
15095 struct RecoverTable { struct
15106 static void recoverFreeTable(RecoverTable *pTab){ in recoverFreeTable()
15127 static RecoverTable *recoverNewTable( in recoverNewTable()
15136 RecoverTable *pTab = 0; in recoverNewTable()
15138 pTab = (RecoverTable*)shellMalloc(&rc, sizeof(RecoverTable)); in recoverNewTable()
15259 static RecoverTable *recoverFindTable( in recoverFindTable()
15268 RecoverTable *pRet = 0; in recoverFindTable()
15299 static RecoverTable *recoverOrphanTable( in recoverOrphanTable()
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()
15617 RecoverTable *pTab2 = pTab; in recoverDatabaseCmd()