Home
last modified time | relevance | path

Searched refs:hcert (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c456 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in DEFINE_STACK_OF()
470 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in DEFINE_STACK_OF()
474 hcert->logo = n; in DEFINE_STACK_OF()
475 n = &hcert->logo[hcert->num_logo]; in DEFINE_STACK_OF()
500 hcert->num_logo++; in DEFINE_STACK_OF()
504 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_direct() argument
555 add_logo(ctx, hcert, found_hash, uri); in add_logo_direct()
561 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_indirect() argument
579 add_logo(ctx, hcert, hash, uri); in add_logo_indirect()
777 static void add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, in add_logotype_ext() argument
[all …]