Searched refs:RecoverBitmap (Results 1 – 1 of 1) sorted by relevance
20874 typedef struct RecoverBitmap RecoverBitmap; typedef20875 struct RecoverBitmap { struct20912 RecoverBitmap *pUsed;21120 static RecoverBitmap *recoverBitmapAlloc(sqlite3_recover *p, i64 nPg){ in recoverBitmapAlloc()21123 RecoverBitmap *pRet = (RecoverBitmap*)recoverMalloc(p, nByte); in recoverBitmapAlloc()21134 static void recoverBitmapFree(RecoverBitmap *pMap){ in recoverBitmapFree()21141 static void recoverBitmapSet(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapSet()21153 static int recoverBitmapQuery(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapQuery()