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

#include <conf.h>

Public Attributes

const char * name
 
CONF *(* create )(CONF_METHOD *meth)
 
int(* init )(CONF *conf)
 
int(* destroy )(CONF *conf)
 
int(* destroy_data )(CONF *conf)
 
int(* load_bio )(CONF *conf, BIO *bp, long *eline)
 
int(* dump )(const CONF *conf, BIO *bp)
 
int(* is_number )(const CONF *conf, char c)
 
int(* to_int )(const CONF *conf, char c)
 
int(* load )(CONF *conf, const char *name, long *eline)
 

Detailed Description

Definition at line 88 of file conf.h.

Member Data Documentation

CONF *(* conf_method_st::create)(CONF_METHOD *meth)

Definition at line 91 of file conf.h.

int(* conf_method_st::destroy)(CONF *conf)

Definition at line 93 of file conf.h.

int(* conf_method_st::destroy_data)(CONF *conf)

Definition at line 94 of file conf.h.

int(* conf_method_st::dump)(const CONF *conf, BIO *bp)

Definition at line 96 of file conf.h.

int(* conf_method_st::init)(CONF *conf)

Definition at line 92 of file conf.h.

int(* conf_method_st::is_number)(const CONF *conf, char c)

Definition at line 97 of file conf.h.

int(* conf_method_st::load)(CONF *conf, const char *name, long *eline)

Definition at line 99 of file conf.h.

int(* conf_method_st::load_bio)(CONF *conf, BIO *bp, long *eline)

Definition at line 95 of file conf.h.

const char * conf_method_st::name

Definition at line 90 of file conf.h.

int(* conf_method_st::to_int)(const CONF *conf, char c)

Definition at line 98 of file conf.h.


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