OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
dso_meth_st Struct Reference

#include <dso.h>

Public Attributes

const char * name
 
int(* dso_load )(DSO *dso)
 
int(* dso_unload )(DSO *dso)
 
void *(* dso_bind_var )(DSO *dso, const char *symname)
 
DSO_FUNC_TYPE(* dso_bind_func )(DSO *dso, const char *symname)
 
long(* dso_ctrl )(DSO *dso, int cmd, long larg, void *parg)
 
DSO_NAME_CONVERTER_FUNC dso_name_converter
 
DSO_MERGER_FUNC dso_merger
 
int(* init )(DSO *dso)
 
int(* finish )(DSO *dso)
 
int(* pathbyaddr )(void *addr, char *path, int sz)
 
void *(* globallookup )(const char *symname)
 

Detailed Description

Definition at line 134 of file dso.h.

Member Data Documentation

DSO_FUNC_TYPE(* dso_meth_st::dso_bind_func)(DSO *dso, const char *symname)

Definition at line 151 of file dso.h.

void *(* dso_meth_st::dso_bind_var)(DSO *dso, const char *symname)

Definition at line 144 of file dso.h.

long(* dso_meth_st::dso_ctrl)(DSO *dso, int cmd, long larg, void *parg)

Definition at line 162 of file dso.h.

int(* dso_meth_st::dso_load)(DSO *dso)

Definition at line 140 of file dso.h.

DSO_MERGER_FUNC dso_meth_st::dso_merger

Definition at line 168 of file dso.h.

DSO_NAME_CONVERTER_FUNC dso_meth_st::dso_name_converter

Definition at line 165 of file dso.h.

int(* dso_meth_st::dso_unload)(DSO *dso)

Definition at line 142 of file dso.h.

int(* dso_meth_st::finish)(DSO *dso)

Definition at line 172 of file dso.h.

void *(* dso_meth_st::globallookup)(const char *symname)

Definition at line 177 of file dso.h.

int(* dso_meth_st::init)(DSO *dso)

Definition at line 171 of file dso.h.

const char * dso_meth_st::name

Definition at line 136 of file dso.h.

int(* dso_meth_st::pathbyaddr)(void *addr, char *path, int sz)

Definition at line 175 of file dso.h.


The documentation for this struct was generated from the following files: