Lines Matching defs:section
122 char * (*get_string)(void *db, char *section, char *value);
123 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
125 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
382 #define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
610 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
617 char *section, X509 *cert);
619 char *section, X509_REQ *req);
621 char *section, X509_CRL *crl);
631 char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section);
632 STACK_OF(CONF_VALUE) * X509V3_get_section(X509V3_CTX *ctx, char *section);
634 void X509V3_section_free( X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section);