Apache Portable Runtime
Functions
DSO (Dynamic Loading) Portabiliity 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)
apr_status_t apr_os_uuid_get (unsigned char *uuid_data)

Function Documentation

convert the apr dso handle into an os specific one

Parameters:
aprdsoThe apr dso handle to convert
dsoThe os specific dso to return

convert the dso handle from os specific to apr

Parameters:
dsoThe apr handle we are converting to
thedsothe os specific handle to convert
poolthe pool to use if it is needed
apr_status_t apr_os_uuid_get ( unsigned char *  uuid_data)

Private: apr-util's apr_uuid module when supported by the platform

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines