|
libopm
0.1
|
#include "setup.h"#include "malloc.h"#include "config.h"#include "inet.h"#include "opm_error.h"#include "opm_types.h"#include "opm_common.h"#include "list.h"#include <string.h>Functions | |
| OPM_CONFIG_T * | libopm_config_create () |
| void | libopm_config_free (OPM_CONFIG_T *config) |
| OPM_ERR_T | libopm_config_set (OPM_CONFIG_T *config, int key, void *value) |
| int | libopm_config_gettype (int key) |
| void * | libopm_config (OPM_CONFIG_T *config, int key) |
| OPM_CONFIG_T* libopm_config_create | ( | void | ) |
Referenced by opm_create().
| void libopm_config_free | ( | OPM_CONFIG_T * | config | ) |
Referenced by opm_free().
| OPM_ERR_T libopm_config_set | ( | OPM_CONFIG_T * | config, |
| int | key, | ||
| void * | value | ||
| ) |
Referenced by opm_config().
| int libopm_config_gettype | ( | int | key | ) |
| void* libopm_config | ( | OPM_CONFIG_T * | config, |
| int | key | ||
| ) |
References _OPM_CONFIG::vars.
Referenced by libopm_proxy_httppost_write(), libopm_proxy_router_write(), libopm_proxy_socks4_write(), libopm_proxy_socks5_write(), libopm_proxy_wingate_write(), and opm_scan().
1.8.14