Lines Matching defs:fsdir_cursor
6343 typedef struct fsdir_cursor fsdir_cursor; typedef
6351 struct fsdir_cursor { struct
6352 sqlite3_vtab_cursor base; /* Base class - must be first */
6354 int nLvl; /* Number of entries in aLvl[] array */
6355 int iLvl; /* Index of current entry */
6356 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */
6358 const char *zBase;
6359 int nBase;
6361 struct stat sStat; /* Current lstat() results */
6362 char *zPath; /* Path to current entry */
6363 sqlite3_int64 iRowid; /* Current rowid */