Searched refs:check_type (Results 1 – 5 of 5) sorted by relevance
157 float_type_exists (char *check_type) in float_type_exists() argument163 if (STREQ (temp->type, check_type) && temp->id && *temp->id) in float_type_exists()
1069 int check_type, char **peername) in do_x509_check() 1083 if (check_type == GEN_EMAIL) { in do_x509_check() 1087 } else if (check_type == GEN_DNS) { in do_x509_check() 1109 if (gen->type != check_type) in do_x509_check() 1112 if (check_type == GEN_EMAIL) in do_x509_check() 1114 else if (check_type == GEN_DNS) in do_x509_check() 1062 do_x509_check(X509 * x,const char * chk,size_t chklen,unsigned int flags,int check_type,char ** peername) do_x509_check() argument
563 struct type *check_type = element_type; in evaluate_subexp_standard() local567 while (TYPE_CODE (check_type) == TYPE_CODE_RANGE || in evaluate_subexp_standard()568 TYPE_CODE (check_type) == TYPE_CODE_TYPEDEF) in evaluate_subexp_standard()569 check_type = TYPE_TARGET_TYPE (check_type); in evaluate_subexp_standard()607 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) || in evaluate_subexp_standard()608 (TYPE_CODE (check_type) == TYPE_CODE_ENUM && in evaluate_subexp_standard()609 range_low_type != check_type)) in evaluate_subexp_standard()
432 goto check_type; in main()490 goto check_type; in main()531 check_type: in main()
1739 const struct tlv_template *tmpl, int check_type) in tlv_check() argument1745 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()