Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c20874 typedef struct RecoverBitmap RecoverBitmap; typedef
20875 struct RecoverBitmap { struct
20912 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()