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