Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c5064 typedef struct fsdir_cursor fsdir_cursor; typedef
5072 struct fsdir_cursor { struct
5073 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 …]
/external/sqlite/dist/
Dshell.c5069 typedef struct fsdir_cursor fsdir_cursor; typedef
5077 struct fsdir_cursor { struct
5078 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 …]