Searched refs:db_meth (Results 1 – 3 of 3) sorted by relevance
117 if (!ctx->db || !ctx->db_meth) { in do_ext_nconf()398 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_string) { in X509V3_get_string()402 if (ctx->db_meth->get_string) in X509V3_get_string()403 return ctx->db_meth->get_string(ctx->db, name, section); in X509V3_get_string()409 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) { in STACK_OF()413 if (ctx->db_meth->get_section) in STACK_OF()414 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()422 if (ctx->db_meth->free_string) in X509V3_string_free()423 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()430 if (ctx->db_meth->free_section) in X509V3_section_free()[all …]
106 X509V3_CONF_METHOD *db_meth; member
105 X509V3_CONF_METHOD *db_meth; member