Home
last modified time | relevance | path

Searched refs:bytecodevtab_cursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbevtab.c31 typedef struct bytecodevtab_cursor bytecodevtab_cursor; typedef
32 struct bytecodevtab_cursor { struct
112 bytecodevtab_cursor *pCur; in bytecodevtabOpen()
124 static void bytecodevtabCursorClear(bytecodevtab_cursor *pCur){ in bytecodevtabCursorClear()
143 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabClose()
154 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabNext()
185 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabEof()
198 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabColumn()
302 bytecodevtab_cursor *pCur = (bytecodevtab_cursor*)cur; in bytecodevtabRowid()
318 bytecodevtab_cursor *pCur = (bytecodevtab_cursor *)pVtabCursor; in bytecodevtabFilter()