Searched refs:hcert (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 478 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in DEFINE_STACK_OF() 492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in DEFINE_STACK_OF() 496 hcert->logo = n; in DEFINE_STACK_OF() 497 n = &hcert->logo[hcert->num_logo]; in DEFINE_STACK_OF() 522 hcert->num_logo++; in DEFINE_STACK_OF() 526 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_direct() argument 577 add_logo(ctx, hcert, found_hash, uri); in add_logo_direct() 583 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_indirect() argument 601 add_logo(ctx, hcert, hash, uri); in add_logo_indirect() 799 static void add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, in add_logotype_ext() argument [all …]
|