Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest8.c28 typedef struct echo_cursor echo_cursor; typedef
92 struct echo_cursor { struct
558 echo_cursor *pCur; in echoOpen()
562 pCur = sqlite3MallocZero(sizeof(echo_cursor)); in echoOpen()
572 echo_cursor *pCur = (echo_cursor *)cur; in echoClose()
585 return (((echo_cursor *)cur)->pStmt ? 0 : 1); in echoEof()
593 echo_cursor *pCur = (echo_cursor *)cur; in echoNext()
617 sqlite3_stmt *pStmt = ((echo_cursor *)cur)->pStmt; in echoColumn()
636 sqlite3_stmt *pStmt = ((echo_cursor *)cur)->pStmt; in echoRowid()
675 echo_cursor *pCur = (echo_cursor *)pVtabCursor; in echoFilter()