Searched refs:LogotypeExtn (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 362 } LogotypeExtn; typedef 427 ASN1_SEQUENCE(LogotypeExtn) = { 428 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, communityLogos, LogotypeInfo, 0), 429 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 1), 430 ASN1_EXP_OPT(LogotypeExtn, issuerLogo, LogotypeInfo, 2), 431 ASN1_EXP_SEQUENCE_OF_OPT(LogotypeExtn, otherLogos, OtherLogotypeInfo, 3) 432 } ASN1_SEQUENCE_END(LogotypeExtn); 434 IMPLEMENT_ASN1_FUNCTIONS(LogotypeExtn); 742 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() 784 LogotypeExtn *logo; in add_logotype_ext()
|