Searched refs:db_meth (Results 1 – 2 of 2) sorted by relevance
158 if (!ctx->db || !ctx->db_meth) { in do_ext_nconf()394 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) { in X509V3_get_string()398 if (ctx->db_meth->get_string) in X509V3_get_string()399 return ctx->db_meth->get_string(ctx->db, name, section); in X509V3_get_string()405 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) { in STACK_OF()409 if (ctx->db_meth->get_section) in STACK_OF()410 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()418 if (ctx->db_meth->free_string) in X509V3_string_free()419 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()426 if (ctx->db_meth->free_section) in X509V3_section_free()[all …]
133 const X509V3_CONF_METHOD *db_meth; member