Apache2
|
#include "apr_private.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_dso.h"
#include "apr.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) |
int dlclose | ( | void * | handle | ) |
const char* dlerror | ( | void | ) |
void* dlopen | ( | const char * | path, |
int | mode | ||
) |
void* dlsym | ( | void * | handle, |
const char * | symbol | ||
) |