Searched refs:echo_cursor (Results 1 – 1 of 1) sorted by relevance
28 typedef struct echo_cursor echo_cursor; typedef92 struct echo_cursor { struct558 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()