Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dwholenumber.c34 typedef struct wholenumber_cursor wholenumber_cursor; typedef
35 struct wholenumber_cursor { struct
71 wholenumber_cursor *pCur; in wholenumberOpen()
92 wholenumber_cursor *pCur = (wholenumber_cursor*)cur; in wholenumberNext()
105 wholenumber_cursor *pCur = (wholenumber_cursor*)cur; in wholenumberColumn()
114 wholenumber_cursor *pCur = (wholenumber_cursor*)cur; in wholenumberRowid()
124 wholenumber_cursor *pCur = (wholenumber_cursor*)cur; in wholenumberEof()
151 wholenumber_cursor *pCur = (wholenumber_cursor *)pVtabCursor; in wholenumberFilter()