Apache2
|
#include <apr_arch_dso.h>
Data Fields | |
apr_pool_t * | pool |
void * | handle |
const char * | errormsg |
image_id | handle |
sym_list * | symbols |
char * | path |
apr_pool_t * | cont |
HMODULE | handle |
apr_status_t | load_error |
char * | failed_module |
dllhandle * | handle |
int | failing_errno |
apr_pool_t * apr_dso_handle_t::cont |
const char * apr_dso_handle_t::errormsg |
char* apr_dso_handle_t::failed_module |
int apr_dso_handle_t::failing_errno |
HMODULE apr_dso_handle_t::handle |
dllhandle* apr_dso_handle_t::handle |
image_id apr_dso_handle_t::handle |
void * apr_dso_handle_t::handle |
apr_status_t apr_dso_handle_t::load_error |
char* apr_dso_handle_t::path |
apr_pool_t * apr_dso_handle_t::pool |
sym_list* apr_dso_handle_t::symbols |