Lines Matching refs:cur
142 static int bytecodevtabClose(sqlite3_vtab_cursor *cur){ in bytecodevtabClose() argument
143 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabClose()
153 static int bytecodevtabNext(sqlite3_vtab_cursor *cur){ in bytecodevtabNext() argument
154 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabNext()
155 bytecodevtab *pTab = (bytecodevtab*)cur->pVtab; in bytecodevtabNext()
184 static int bytecodevtabEof(sqlite3_vtab_cursor *cur){ in bytecodevtabEof() argument
185 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabEof()
194 sqlite3_vtab_cursor *cur, /* The cursor */ in bytecodevtabColumn() argument
198 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabColumn()
199 bytecodevtab *pVTab = (bytecodevtab*)cur->pVtab; in bytecodevtabColumn()
301 static int bytecodevtabRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){ in bytecodevtabRowid() argument
302 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabRowid()