HomeSort by relevance Sort by last modified time
    Searched full:hcert (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/utils/
http_curl.c 436 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert,
450 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
454 hcert->logo = n;
455 n = &hcert->logo[hcert->num_logo];
480 hcert->num_logo++;
484 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert,
535 add_logo(ctx, hcert, found_hash, uri);
541 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert,
855 struct http_cert hcert; local
883 struct http_cert hcert; local
    [all...]

Completed in 31 milliseconds