|
Apache HTTPD
|
#include <apr_arch_file_io.h>
Public Attributes | ||
| apr_pool_t * | pool | |
| char * | dirname | |
| DIR * | dirstruct | |
| struct dirent * | entry | |
| ULONG | handle | |
| FILEFINDBUF3 | entry | |
| int | validentry | |
| HANDLE | dirhand | |
| apr_size_t | rootlen | |
| char * | name | |
| union { | ||
| struct { | ||
| WIN32_FIND_DATAA * entry | ||
| } n | ||
| }; | ||
| int | bof | |
Definition at line 124 of file apr_arch_file_io.h.
| union { ... } apr_dir_t |
| int apr_dir_t::bof |
Definition at line 214 of file apr_arch_file_io.h.
| HANDLE apr_dir_t::dirhand |
Definition at line 198 of file apr_arch_file_io.h.
| char * apr_dir_t::dirname |
Definition at line 126 of file apr_arch_file_io.h.
| DIR * apr_dir_t::dirstruct |
Definition at line 127 of file apr_arch_file_io.h.
Definition at line 128 of file apr_arch_file_io.h.
| FILEFINDBUF3 apr_dir_t::entry |
Definition at line 65 of file apr_arch_file_io.h.
| WIN32_FIND_DATAA* apr_dir_t::entry |
Definition at line 210 of file apr_arch_file_io.h.
| ULONG apr_dir_t::handle |
Definition at line 64 of file apr_arch_file_io.h.
| struct { ... } apr_dir_t::n |
| char* apr_dir_t::name |
Definition at line 201 of file apr_arch_file_io.h.
| apr_pool_t * apr_dir_t::pool |
Definition at line 125 of file apr_arch_file_io.h.
| apr_size_t apr_dir_t::rootlen |
Definition at line 199 of file apr_arch_file_io.h.
| int apr_dir_t::validentry |
Definition at line 66 of file apr_arch_file_io.h.