Searched defs:fsdir_cursor (Results 1 – 1 of 1) sorted by relevance
7723 typedef struct fsdir_cursor fsdir_cursor; typedef7731 struct fsdir_cursor { struct7732 sqlite3_vtab_cursor base; /* Base class - must be first */7734 int nLvl; /* Number of entries in aLvl[] array */7735 int iLvl; /* Index of current entry */7736 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */7738 const char *zBase;7739 int nBase;7741 struct stat sStat; /* Current lstat() results */7742 char *zPath; /* Path to current entry */[all …]