Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c7645 typedef struct fsdir_cursor fsdir_cursor; typedef
7653 struct fsdir_cursor { struct
7654 sqlite3_vtab_cursor base; /* Base class - must be first */
7656 int nLvl; /* Number of entries in aLvl[] array */
7657 int iLvl; /* Index of current entry */
7658 FsdirLevel *aLvl; /* Hierarchy of directories being traversed */
7660 const char *zBase;
7661 int nBase;
7663 struct stat sStat; /* Current lstat() results */
7664 char *zPath; /* Path to current entry */
[all …]