Apache HTTPD
Public Attributes | List of all members
apr_dir_t Struct Reference

#include <apr_arch_file_io.h>

Public Attributes

apr_pool_tpool
 
chardirname
 
DIRdirstruct
 
struct dirententry
 
ULONG handle
 
FILEFINDBUF3 entry
 
int validentry
 
HANDLE dirhand
 
apr_size_t rootlen
 
charname
 
union { 
 
   struct { 
 
      WIN32_FIND_DATAA *   entry 
 
   }   n 
 
};  
 
int bof
 

Detailed Description

Definition at line 124 of file apr_arch_file_io.h.

Member Data Documentation

◆ [union]

union { ... } apr_dir_t

◆ bof

int apr_dir_t::bof

Definition at line 214 of file apr_arch_file_io.h.

◆ dirhand

HANDLE apr_dir_t::dirhand

Definition at line 198 of file apr_arch_file_io.h.

◆ dirname

char * apr_dir_t::dirname

Definition at line 126 of file apr_arch_file_io.h.

◆ dirstruct

DIR * apr_dir_t::dirstruct

Definition at line 127 of file apr_arch_file_io.h.

◆ entry [1/3]

struct dirent * apr_dir_t::entry

Definition at line 128 of file apr_arch_file_io.h.

◆ entry [2/3]

FILEFINDBUF3 apr_dir_t::entry

Definition at line 65 of file apr_arch_file_io.h.

◆ entry [3/3]

WIN32_FIND_DATAA* apr_dir_t::entry

Definition at line 210 of file apr_arch_file_io.h.

◆ handle

ULONG apr_dir_t::handle

Definition at line 64 of file apr_arch_file_io.h.

◆ [struct]

struct { ... } apr_dir_t::n

◆ name

char* apr_dir_t::name

Definition at line 201 of file apr_arch_file_io.h.

◆ pool

apr_pool_t * apr_dir_t::pool

Definition at line 125 of file apr_arch_file_io.h.

◆ rootlen

apr_size_t apr_dir_t::rootlen

Definition at line 199 of file apr_arch_file_io.h.

◆ validentry

int apr_dir_t::validentry

Definition at line 66 of file apr_arch_file_io.h.


The documentation for this struct was generated from the following files: