Home
last modified time | relevance | path

Searched defs:fs_cursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_fs.c97 typedef struct fs_cursor fs_cursor; typedef
110 struct fs_cursor { struct
111 sqlite3_vtab_cursor base;
112 sqlite3_stmt *pStmt;
113 char *zBuf;
114 int nBuf;
115 int nAlloc;