Searched defs:fsdir_cursor (Results 1 – 1 of 1) sorted by relevance
5192 typedef struct fsdir_cursor fsdir_cursor; typedef5200 struct fsdir_cursor { struct5201 sqlite3_vtab_cursor base; /* Base class - must be first */5203 int nLvl; /* Number of entries in aLvl[] array */5204 int iLvl; /* Index of current entry */5205 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */5207 const char *zBase;5208 int nBase;5210 struct stat sStat; /* Current lstat() results */5211 char *zPath; /* Path to current entry */[all …]