Typedefs | |
typedef apr_dso_handle_t | apr_dso_handle_t |
typedef void * | apr_dso_handle_sym_t |
Functions | |
apr_status_t | apr_dso_load (apr_dso_handle_t **res_handle, const char *path, apr_pool_t *ctx) |
apr_status_t | apr_dso_unload (apr_dso_handle_t *handle) |
apr_status_t | apr_dso_sym (apr_dso_handle_sym_t *ressym, apr_dso_handle_t *handle, const char *symname) |
const char * | apr_dso_error (apr_dso_handle_t *dso, char *buf, apr_size_t bufsize) |
|
Structure for referencing symbols from dynamic objects |
|
Structure for referencing dynamic objects |
|
Report more information when a DSO function fails.
|
|
Load a DSO library.
|
|
Load a symbol from a DSO handle.
|
|
Close a DSO library.
|