Home
last modified time | relevance | path

Searched defs:fsdir_cursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dfileio.c563 typedef struct fsdir_cursor fsdir_cursor; typedef
571 struct fsdir_cursor { struct
572 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 …]