Searched refs:RecoverBitmap (Results 1 – 1 of 1) sorted by relevance
18859 typedef struct RecoverBitmap RecoverBitmap; typedef18860 struct RecoverBitmap { struct18897 RecoverBitmap *pUsed;19105 static RecoverBitmap *recoverBitmapAlloc(sqlite3_recover *p, i64 nPg){ in recoverBitmapAlloc()19108 RecoverBitmap *pRet = (RecoverBitmap*)recoverMalloc(p, nByte); in recoverBitmapAlloc()19119 static void recoverBitmapFree(RecoverBitmap *pMap){ in recoverBitmapFree()19126 static void recoverBitmapSet(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapSet()19138 static int recoverBitmapQuery(RecoverBitmap *pMap, i64 iPg){ in recoverBitmapQuery()