Apache2
apr_arch_dso.h File Reference
#include "apr_private.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_dso.h"
#include "apr.h"
Include dependency graph for apr_arch_dso.h:

Go to the source code of this file.

Data Structures

struct  apr_dso_handle_t
 

Functions

void * dlopen (const char *path, int mode)
 
void * dlsym (void *handle, const char *symbol)
 
const char * dlerror (void)
 
int dlclose (void *handle)
 

Function Documentation

◆ dlclose()

int dlclose ( void *  handle)

◆ dlerror()

const char* dlerror ( void  )

◆ dlopen()

void* dlopen ( const char *  path,
int  mode 
)

◆ dlsym()

void* dlsym ( void *  handle,
const char *  symbol 
)