MySQL
8.0.23
Source Code Documentation
dlfcn.h
Go to the documentation of this file.
1
#ifndef DLFCN_H
2
#define DLFCN_H
3
void
*
dlopen
(
const
char
*
path
,
int
mode
);
4
void
*
dlsym
(
void
*
handle
,
const
char
* symbol);
5
int
dlclose
(
void
*
handle
);
6
const
char
*
dlerror
(
void
);
7
8
#define RTLD_LAZY 1
9
#define RTLD_LOCAL 2
10
11
#define RTLD_NOW 0x00002
12
#endif
dlsym
void * dlsym(void *handle, const char *symbol)
Definition:
dlfcn.c:31
handle
void * handle
Definition:
engine_loader.c:19
dlerror
const char * dlerror(void)
Definition:
dlfcn.c:43
dlclose
int dlclose(void *handle)
Definition:
dlfcn.c:35
path
static char * path
Definition:
mysqldump.cc:132
dlopen
void * dlopen(const char *path, int mode)
Definition:
dlfcn.c:13
stdx::io::mode
mode
Definition:
file_handle.h:59
plugin
innodb_memcached
daemon_memcached
win32
dlfcn.h
Generated by
1.8.18