conf_api.h File Reference

API published in:
API deprecated in:


#include <openssl/lhash.h>
#include <openssl/conf.h>

Go to the source code of this file.


Functions

IMPORT_C CONF_VALUE _CONF_new_section (CONF *conf, const char *section)
IMPORT_C CONF_VALUE _CONF_get_section (const CONF *conf, const char *section)
IMPORT_C  STACK_OF (CONF_VALUE)*_CONF_get_section_values(const CONF *conf
IMPORT_C int  _CONF_add_string (CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
IMPORT_C char *  _CONF_get_string (const CONF *conf, const char *section, const char *name)
IMPORT_C int  _CONF_new_data (CONF *conf)
IMPORT_C void  _CONF_free_data (CONF *conf)

Variables

IMPORT_C const char *  section

Function Documentation

IMPORT_C int _CONF_add_string CONF conf,
CONF_VALUE section,
CONF_VALUE value
 
IMPORT_C void _CONF_free_data CONF conf  ) 
 
IMPORT_C CONF_VALUE* _CONF_get_section const CONF conf,
const char *  section
 
IMPORT_C char* _CONF_get_string const CONF conf,
const char *  section,
const char *  name
 
IMPORT_C int _CONF_new_data CONF conf  ) 
 
IMPORT_C CONF_VALUE* _CONF_new_section CONF conf,
const char *  section
 
IMPORT_C STACK_OF CONF_VALUE   )  const
 

Variable Documentation

IMPORT_C const char* section
 

Copyright © Nokia Corporation 2001-2008
Back to top