Searched defs:fsdir_cursor (Results 1 – 1 of 1) sorted by relevance
8547 typedef struct fsdir_cursor fsdir_cursor; typedef8555 struct fsdir_cursor { struct8556 sqlite3_vtab_cursor base; /* Base class - must be first */8558 int nLvl; /* Number of entries in aLvl[] array */8559 int iLvl; /* Index of current entry */8560 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */8562 const char *zBase;8563 int nBase;8565 STRUCT_STAT sStat; /* Current lstat() results */8566 char *zPath; /* Path to current entry */[all …]