Home
last modified time | relevance | path

Searched refs: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
109 memstat_cursor *pCur; in memstatOpen()
121 static void memstatClearSchema(memstat_cursor *pCur){ in memstatClearSchema()
135 static int memstatFindSchemas(memstat_cursor *pCur){ in memstatFindSchemas()
169 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatClose()
233 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatNext()
289 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatColumn()
322 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatRowid()
332 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatEof()
[all …]