Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c20836 typedef struct RecoverBitmap RecoverBitmap; typedef
20837 struct RecoverBitmap { struct
20874 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()