Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c173 typedef struct amatch_cursor amatch_cursor; typedef
512 struct amatch_cursor { struct
930 amatch_cursor *pCur; in amatchOpen()
944 static void amatchClearCursor(amatch_cursor *pCur){ in amatchClearCursor()
968 amatch_cursor *pCur = (amatch_cursor *)cur; in amatchClose()
1023 amatch_cursor *pCur, in amatchAddWord()
1103 amatch_cursor *pCur = (amatch_cursor*)cur; in amatchNext()
1256 amatch_cursor *pCur = (amatch_cursor *)pVtabCursor; in amatchFilter()
1287 amatch_cursor *pCur = (amatch_cursor*)cur; in amatchColumn()
1317 amatch_cursor *pCur = (amatch_cursor*)cur; in amatchRowid()
[all …]