Home
last modified time | relevance | path

Searched refs:RecoverBitmap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c18859 typedef struct RecoverBitmap RecoverBitmap; typedef
18860 struct RecoverBitmap { struct
18897 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()