Searched defs:fsdir_cursor (Results 1 – 2 of 2) sorted by relevance
5064 typedef struct fsdir_cursor fsdir_cursor; typedef5072 struct fsdir_cursor { struct5073 sqlite3_vtab_cursor base; /* Base class - must be first */5075 int nLvl; /* Number of entries in aLvl[] array */5076 int iLvl; /* Index of current entry */5077 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */5079 const char *zBase;5080 int nBase;5082 struct stat sStat; /* Current lstat() results */5083 char *zPath; /* Path to current entry */[all …]
5069 typedef struct fsdir_cursor fsdir_cursor; typedef5077 struct fsdir_cursor { struct5078 sqlite3_vtab_cursor base; /* Base class - must be first */5080 int nLvl; /* Number of entries in aLvl[] array */5081 int iLvl; /* Index of current entry */5082 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */5084 const char *zBase;5085 int nBase;5087 struct stat sStat; /* Current lstat() results */5088 char *zPath; /* Path to current entry */[all …]