xapian-core
1.4.26
|
Implementation of dirent functions using WIN32 API. More...
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 *) |
Implementation of dirent functions using WIN32 API.
Definition in file msvc_dirent.h.
Definition at line 32 of file msvc_dirent.h.
int closedir | ( | DIR * | ) |
Referenced by DEFINE_TESTCASE(), dircloser::~dircloser(), and FDTracker::~FDTracker().
DIR* opendir | ( | const char * | ) |
Referenced by DEFINE_TESTCASE(), FDTracker::init(), and removedir().
Referenced by FDTracker::check(), DEFINE_TESTCASE(), FDTracker::init(), and removedir().
void rewinddir | ( | DIR * | ) |
Referenced by FDTracker::check().