Lines Matching defs:fsdir_cursor
7646 typedef struct fsdir_cursor fsdir_cursor; typedef
7654 struct fsdir_cursor { struct
7655 sqlite3_vtab_cursor base; /* Base class - must be first */
7657 int nLvl; /* Number of entries in aLvl[] array */
7658 int iLvl; /* Index of current entry */
7659 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */
7661 const char *zBase;
7662 int nBase;
7664 struct stat sStat; /* Current lstat() results */
7665 char *zPath; /* Path to current entry */
7666 sqlite3_int64 iRowid; /* Current rowid */