Searched defs:fsdir_cursor (Results 1 – 1 of 1) sorted by relevance
563 typedef struct fsdir_cursor fsdir_cursor; typedef571 struct fsdir_cursor { struct572 sqlite3_vtab_cursor base; /* Base class - must be first */574 int nLvl; /* Number of entries in aLvl[] array */575 int iLvl; /* Index of current entry */576 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */578 const char *zBase;579 int nBase;581 struct stat sStat; /* Current lstat() results */582 char *zPath; /* Path to current entry */[all …]