Lines Matching defs:fsdir_cursor
5192 typedef struct fsdir_cursor fsdir_cursor; typedef
5200 struct fsdir_cursor { struct
5201 sqlite3_vtab_cursor base; /* Base class - must be first */
5203 int nLvl; /* Number of entries in aLvl[] array */
5204 int iLvl; /* Index of current entry */
5205 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */
5207 const char *zBase;
5208 int nBase;
5210 struct stat sStat; /* Current lstat() results */
5211 char *zPath; /* Path to current entry */
5212 sqlite3_int64 iRowid; /* Current rowid */