Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dtemplatevtab.c66 typedef struct templatevtab_cursor templatevtab_cursor; typedef
67 struct templatevtab_cursor { struct
125 templatevtab_cursor *pCur; in templatevtabOpen()
137 templatevtab_cursor *pCur = (templatevtab_cursor*)cur; in templatevtabClose()
147 templatevtab_cursor *pCur = (templatevtab_cursor*)cur; in templatevtabNext()
161 templatevtab_cursor *pCur = (templatevtab_cursor*)cur; in templatevtabColumn()
179 templatevtab_cursor *pCur = (templatevtab_cursor*)cur; in templatevtabRowid()
189 templatevtab_cursor *pCur = (templatevtab_cursor*)cur; in templatevtabEof()
204 templatevtab_cursor *pCur = (templatevtab_cursor *)pVtabCursor; in templatevtabFilter()