Searched refs:shellMalloc (Results 1 – 1 of 1) sorted by relevance
17975 static void *shellMalloc(int *pRc, sqlite3_int64 nByte){ in shellMalloc() function18062 pTab = (RecoverTable*)shellMalloc(&rc, sizeof(RecoverTable)); in recoverNewTable()18130 pTab->azlCol = (char**)shellMalloc(&rc, sizeof(char*) * (nSqlCol+1)); in recoverNewTable()18252 pTab = (RecoverTable*)shellMalloc(pRc, sizeof(RecoverTable)); in recoverOrphanTable()18258 pTab->azlCol = (char**)shellMalloc(pRc, sizeof(char*) * (nCol+1)); in recoverOrphanTable()