Lines Matching defs:fsdir_cursor
2661 typedef struct fsdir_cursor fsdir_cursor; typedef
2669 struct fsdir_cursor { struct
2670 sqlite3_vtab_cursor base; /* Base class - must be first */
2672 int nLvl; /* Number of entries in aLvl[] array */
2673 int iLvl; /* Index of current entry */
2674 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */
2676 const char *zBase;
2677 int nBase;
2679 struct stat sStat; /* Current lstat() results */
2680 char *zPath; /* Path to current entry */
2681 sqlite3_int64 iRowid; /* Current rowid */