Searched defs:fsdir_cursor (Results 1 – 4 of 4) sorted by relevance
7646 typedef struct fsdir_cursor fsdir_cursor; typedef7654 struct fsdir_cursor { struct7655 sqlite3_vtab_cursor base; /* Base class - must be first */7657 int nLvl; /* Number of entries in aLvl[] array */7658 int iLvl; /* Index of current entry */7659 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */7661 const char *zBase;7662 int nBase;7664 struct stat sStat; /* Current lstat() results */7665 char *zPath; /* Path to current entry */[all …]
6343 typedef struct fsdir_cursor fsdir_cursor; typedef6351 struct fsdir_cursor { struct6352 sqlite3_vtab_cursor base; /* Base class - must be first */6354 int nLvl; /* Number of entries in aLvl[] array */6355 int iLvl; /* Index of current entry */6356 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */6358 const char *zBase;6359 int nBase;6361 struct stat sStat; /* Current lstat() results */6362 char *zPath; /* Path to current entry */[all …]
7641 typedef struct fsdir_cursor fsdir_cursor; typedef7649 struct fsdir_cursor { struct7650 sqlite3_vtab_cursor base; /* Base class - must be first */7652 int nLvl; /* Number of entries in aLvl[] array */7653 int iLvl; /* Index of current entry */7654 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */7656 const char *zBase;7657 int nBase;7659 struct stat sStat; /* Current lstat() results */7660 char *zPath; /* Path to current entry */[all …]
6350 typedef struct fsdir_cursor fsdir_cursor; typedef6358 struct fsdir_cursor { struct6359 sqlite3_vtab_cursor base; /* Base class - must be first */6361 int nLvl; /* Number of entries in aLvl[] array */6362 int iLvl; /* Index of current entry */6363 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */6365 const char *zBase;6366 int nBase;6368 struct stat sStat; /* Current lstat() results */6369 char *zPath; /* Path to current entry */[all …]