Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c72884 typedef struct IntegrityCk IntegrityCk; typedef
72885 struct IntegrityCk { struct
83806 static void checkOom(IntegrityCk *pCheck){
83816 static void checkProgress(IntegrityCk *pCheck){
83842 IntegrityCk *pCheck,
83873 static int getPageReferenced(IntegrityCk *pCheck, Pgno iPg){
83882 static void setPageReferenced(IntegrityCk *pCheck, Pgno iPg){
83897 static int checkRef(IntegrityCk *pCheck, Pgno iPage){
83917 IntegrityCk *pCheck, /* Integrity check context */
83946 IntegrityCk *pCheck, /* Integrity checking context */
[all …]