Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c71215 typedef struct IntegrityCk IntegrityCk; typedef
71216 struct IntegrityCk { struct
82062 static void checkOom(IntegrityCk *pCheck){
82072 static void checkProgress(IntegrityCk *pCheck){
82098 IntegrityCk *pCheck,
82129 static int getPageReferenced(IntegrityCk *pCheck, Pgno iPg){
82138 static void setPageReferenced(IntegrityCk *pCheck, Pgno iPg){
82153 static int checkRef(IntegrityCk *pCheck, Pgno iPage){
82173 IntegrityCk *pCheck, /* Integrity check context */
82202 IntegrityCk *pCheck, /* Integrity checking context */
[all …]