Home
last modified time | relevance | path

Searched defs:memstat_cursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dmemstat.c46 typedef struct memstat_cursor memstat_cursor; typedef
47 struct memstat_cursor { struct
48 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 */