Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c268563 typedef struct stmt_cursor stmt_cursor; typedef
268564 struct stmt_cursor { struct
268636 stmt_cursor *pCur;
268645 static void stmtCsrReset(stmt_cursor *pCur){
268659 stmtCsrReset((stmt_cursor*)cur);
268669 stmt_cursor *pCur = (stmt_cursor*)cur;
268685 stmt_cursor *pCur = (stmt_cursor*)cur;
268700 stmt_cursor *pCur = (stmt_cursor*)cur;
268710 stmt_cursor *pCur = (stmt_cursor*)cur;
268725 stmt_cursor *pCur = (stmt_cursor *)pVtabCursor;