Searched defs:StatCursor (Results 1 – 1 of 1) sorted by relevance
87 typedef struct StatCursor StatCursor; typedef118 struct StatCursor { struct123 int iDb; /* Schema used for this query */126 int iPage; /* Current entry in aPage[] */129 u32 iPageno; /* Value of 'pageno' column */130 char *zName; /* Value of 'name' column */131 char *zPath; /* Value of 'path' column */134 int nCell; /* Value of 'ncell' column */136 i64 nUnused; /* Value of 'unused' column */137 i64 nPayload; /* Value of 'payload' column */[all …]