Lines Matching refs:cur
168 static int memstatClose(sqlite3_vtab_cursor *cur){ in memstatClose() argument
169 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatClose()
171 sqlite3_free(cur); in memstatClose()
232 static int memstatNext(sqlite3_vtab_cursor *cur){ in memstatNext() argument
233 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatNext()
285 sqlite3_vtab_cursor *cur, /* The cursor */ in memstatColumn() argument
289 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatColumn()
321 static int memstatRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ in memstatRowid() argument
322 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatRowid()
331 static int memstatEof(sqlite3_vtab_cursor *cur){ in memstatEof() argument
332 memstat_cursor *pCur = (memstat_cursor*)cur; in memstatEof()