Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dtest_stat.c81 typedef struct StatCursor StatCursor; typedef
110 struct StatCursor { struct
111 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 …]