Lines Matching defs:fsdir_cursor
2713 typedef struct fsdir_cursor fsdir_cursor; typedef
2721 struct fsdir_cursor { struct
2722 sqlite3_vtab_cursor base; /* Base class - must be first */
2724 int nLvl; /* Number of entries in aLvl[] array */
2725 int iLvl; /* Index of current entry */
2726 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */
2728 const char *zBase;
2729 int nBase;
2731 struct stat sStat; /* Current lstat() results */
2732 char *zPath; /* Path to current entry */
2733 sqlite3_int64 iRowid; /* Current rowid */