Searched refs:RecoverBitmap (Results 1 – 1 of 1) sorted by relevance
20836 typedef struct RecoverBitmap RecoverBitmap; typedef20837 struct RecoverBitmap { struct20874 RecoverBitmap *pUsed;21082 static RecoverBitmap *recoverBitmapAlloc(sqlite3_recover *p, i64 nPg){ in recoverBitmapAlloc()21085 RecoverBitmap *pRet = (RecoverBitmap*)recoverMalloc(p, nByte); in recoverBitmapAlloc()21096 static void recoverBitmapFree(RecoverBitmap *pMap){ in recoverBitmapFree()21103 static void recoverBitmapSet(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapSet()21115 static int recoverBitmapQuery(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapQuery()