Lines Matching refs:GState
15 typedef struct GState GState; typedef
22 struct GState { struct
39 static void ofstError(GState *p, const char *zFormat, ...){ in ofstError() argument
50 static void ofstTrace(GState *p, const char *zFormat, ...){ in ofstTrace()
63 GState *p, /* Global state */ in ofstRootAndColumn()
133 static void ofstPopPage(GState *p){ in ofstPopPage()
145 static void ofstPushPage(GState *p, int pgno){ in ofstPushPage()
171 static int ofst2byte(GState *p, int ofst){ in ofst2byte()
177 static int ofst4byte(GState *p, int ofst){ in ofst4byte()
186 static sqlite3_int64 ofstVarint(GState *p, int *pOfst){ in ofstVarint()
206 static int ofstInFile(GState *p, int ofst){ in ofstInFile()
221 static void ofstWalkPage(GState*, int);
224 static void ofstWalkInteriorPage(GState *p){ in ofstWalkInteriorPage()
241 static void ofstWalkLeafPage(GState *p){ in ofstWalkLeafPage()
284 static void ofstWalkPage(GState *p, int pgno){ in ofstWalkPage()
299 GState g; in main()