Searched defs:memstat_cursor (Results 1 – 1 of 1) sorted by relevance
46 typedef struct memstat_cursor memstat_cursor; typedef47 struct memstat_cursor { struct48 sqlite3_vtab_cursor base; /* Base class - must be first */49 sqlite3 *db; /* Database connection for this cursor */50 int iRowid; /* Current row in aMemstatColumn[] */51 int iDb; /* Which schema we are looking at */52 int nDb; /* Number of schemas */53 char **azDb; /* Names of all schemas */54 sqlite3_int64 aVal[2]; /* Result values */