Lines Matching refs:memstat_cursor
46 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()
347 memstat_cursor *pCur = (memstat_cursor *)pVtabCursor; in memstatFilter()