Go to the source code of this file.
Classes | |
| struct | dirent |
Typedefs | |
| typedef struct DIR | DIR |
Functions | |
| DIR * | opendir (const char *) |
| int | closedir (DIR *) |
| struct dirent * | readdir (DIR *) |
| void | rewinddir (DIR *) |
Definition in file msvc_dirent.h.
Definition at line 32 of file msvc_dirent.h.
| int closedir | ( | DIR * | ) |
Referenced by Xapian::Internal::closefrom(), dircloser::~dircloser(), and FDTracker::~FDTracker().
| DIR* opendir | ( | const char * | ) |
Referenced by Xapian::Internal::closefrom(), FDTracker::init(), and removedir().
Referenced by FDTracker::check(), Xapian::Internal::closefrom(), FDTracker::init(), and removedir().
| void rewinddir | ( | DIR * | ) |
Referenced by FDTracker::check().