Searched refs:effective_type (Results 1 – 1 of 1) sorted by relevance
37 static int nc_match_single(int effective_type, GENERAL_NAME *gen,505 int effective_type = gen->type; in nc_match() local512 if (effective_type == GEN_OTHERNAME && in nc_match()514 effective_type = GEN_EMAIL; in nc_match()524 if (effective_type != sub->base->type in nc_match()525 || (effective_type == GEN_OTHERNAME && in nc_match()536 r = nc_match_single(effective_type, gen, sub->base); in nc_match()550 if (effective_type != sub->base->type in nc_match()551 || (effective_type == GEN_OTHERNAME && in nc_match()558 r = nc_match_single(effective_type, gen, sub->base); in nc_match()[all …]
Completed in 5 milliseconds