57 #ifndef OPENSSL_HEADER_CONF_H 58 #define OPENSSL_HEADER_CONF_H 65 #if defined(__cplusplus) 131 int (*list_cb)(
const char *elem,
int len,
void *usr),
139 #define CONF_MFLAGS_DEFAULT_SECTION 0 140 #define CONF_MFLAGS_IGNORE_MISSING_FILE 0 150 unsigned long flags);
162 #if defined(__cplusplus) 169 BORINGSSL_MAKE_DELETER(
CONF, NCONF_free)
177 #define CONF_R_LIST_CANNOT_BE_NULL 100 178 #define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 101 179 #define CONF_R_MISSING_EQUAL_SIGN 102 180 #define CONF_R_NO_CLOSE_BRACE 103 181 #define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 104 182 #define CONF_R_VARIABLE_HAS_NO_VALUE 105 int CONF_parse_list(const char *list, char sep, int remove_whitespace, int(*list_cb)(const char *elem, int len, void *usr), void *arg)
Definition: conf.c:737
struct conf_must_be_null_st CONF_MUST_BE_NULL
Definition: conf.h:142
STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf
char * value
Definition: conf.h:85
OPENSSL_EXPORT void CONF_modules_free(void)
Definition: conf.c:786
const char * NCONF_get_string(const CONF *conf, const char *section, const char *name)
Definition: conf.c:369
char * section
Definition: conf.h:83
OPENSSL_EXPORT void OPENSSL_no_config(void)
Definition: conf.c:790
#define LHASH_OF(type)
Definition: lhash.h:88
USVString filename
Definition: ErrorEvent.idl:46
OPENSSL_EXPORT const ASN1_OBJECT int const unsigned char int len
Definition: x509.h:1053
#define OPENSSL_EXPORT
Definition: base.h:160
OPENSSL_EXPORT void NCONF_free(CONF *conf)
Definition: conf.c:146
EGLImageKHR EGLint * name
Definition: eglext.h:851
int NCONF_load_bio(CONF *conf, BIO *bio, long *out_error_line)
Definition: conf.c:733
EGLStreamKHR EGLint EGLint EGLint const void * data
Definition: eglext.h:984
char * name
Definition: conf.h:84
Definition: bytestring_test.cc:31
OPENSSL_EXPORT int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, unsigned long flags)
Definition: conf.c:781
OPENSSL_EXPORT void OPENSSL_config(CONF_MUST_BE_NULL *config_name)
Definition: conf.c:788
Definition: bwe_rtp.cc:26
int NCONF_load(CONF *conf, const char *filename, long *out_error_line)
Definition: conf.c:718
OPENSSL_EXPORT CONF * NCONF_new(void *method)
Definition: conf.c:94