Home
last modified time | relevance | path

Searched refs:DIRENT (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_windirent.h111 typedef struct DIRENT DIRENT; typedef
112 typedef DIRENT *LPDIRENT;
113 struct DIRENT { struct
126 DIRENT d_first; /* DIRENT constructed based on "_findfirst". */ argument
127 DIRENT d_next; /* DIRENT constructed based on "_findnext". */
H A Dtest_fs.c80 # ifndef DIRENT
81 # define DIRENT dirent macro
132 struct DIRENT *pEntry;
H A Dshell.c.in123 # define DIRENT dirent macro
1042 #define dirent DIRENT
/sqlite-3.40.0/ext/misc/
H A Dfileio.c100 # define dirent DIRENT