Searched defs:StatCursor (Results 1 – 1 of 1) sorted by relevance
81 typedef struct StatCursor StatCursor; typedef110 struct StatCursor { struct111 sqlite3_vtab_cursor base;112 sqlite3_stmt *pStmt; /* Iterates through set of root pages */113 int isEof; /* After pStmt has returned SQLITE_DONE */115 StatPage aPage[32];116 int iPage; /* Current entry in aPage[] */119 char *zName; /* Value of 'name' column */120 char *zPath; /* Value of 'path' column */121 u32 iPageno; /* Value of 'pageno' column */[all …]