Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dshell.c7646 typedef struct fsdir_cursor fsdir_cursor; typedef
7654 struct fsdir_cursor { struct
7655 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 …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dshell.c7641 typedef struct fsdir_cursor fsdir_cursor; typedef
7649 struct fsdir_cursor { struct
7650 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 …]