Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8547 typedef struct fsdir_cursor fsdir_cursor; typedef
8555 struct fsdir_cursor { struct
8556 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 …]