Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Doffsets.c221 static void ofstWalkPage(GState*, int);
234 ofstWalkPage(p, iChild); in ofstWalkInteriorPage()
237 ofstWalkPage(p, ofst4byte(p, 8)); in ofstWalkInteriorPage()
284 static void ofstWalkPage(GState *p, int pgno){ in ofstWalkPage() function
323 ofstWalkPage(&g, g.iRoot); in main()