Searched defs:fs_cursor (Results 1 – 1 of 1) sorted by relevance
97 typedef struct fs_cursor fs_cursor; typedef110 struct fs_cursor { struct111 sqlite3_vtab_cursor base;112 sqlite3_stmt *pStmt;113 char *zBuf;114 int nBuf;115 int nAlloc;