DSO (Dynamic Loading) Portability Routines
[Portability Routines]

Functions

apr_status_t apr_os_dso_handle_put (apr_dso_handle_t **dso, apr_os_dso_handle_t thedso, apr_pool_t *pool)
apr_status_t apr_os_dso_handle_get (apr_os_dso_handle_t *dso, apr_dso_handle_t *aprdso)

Function Documentation

apr_status_t apr_os_dso_handle_get ( apr_os_dso_handle_t dso,
apr_dso_handle_t aprdso 
)

convert the apr dso handle into an os specific one

Parameters:
aprdso The apr dso handle to convert
Parameters:
dso The os specific dso to return
apr_status_t apr_os_dso_handle_put ( apr_dso_handle_t **  dso,
apr_os_dso_handle_t  thedso,
apr_pool_t pool 
)

convert the dso handle from os specific to apr

Parameters:
dso The apr handle we are converting to
Parameters:
thedso the os specific handle to convert
Parameters:
pool the pool to use if it is needed
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Thu Dec 24 03:00:13 2015 for Apache Portable Runtime by  doxygen 1.6.3