Searched refs:ext_hdr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dhttp-utils.h52 const char *content_type, const char *ext_hdr,
H A Dhttp_curl.c1681 const char *content_type, const char *ext_hdr,
1705 if (ext_hdr)
1706 curl_hdr = curl_slist_append(curl_hdr, ext_hdr);
1680 http_post(struct http_ctx *ctx, const char *url, const char *data, const char *content_type, const char *ext_hdr, const char *ca_fname, const char *username, const char *password, const char *client_cert, const char *client_key, size_t *resp_len) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c1336 char *ext_hdr = NULL;
1341 ext_hdr = (char *) bfd_malloc (swap->external_hdr_size);
1342 if (ext_hdr == NULL && swap->external_hdr_size != 0)
1345 if (! bfd_get_section_contents (abfd, section, ext_hdr, (file_ptr) 0,
1350 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
1387 if (ext_hdr != NULL)
1388 free (ext_hdr);
1330 char *ext_hdr = NULL; local
H A Delfxx-mips.c878 char *ext_hdr;
883 ext_hdr = bfd_malloc (swap->external_hdr_size);
884 if (ext_hdr == NULL && swap->external_hdr_size != 0)
887 if (! bfd_get_section_contents (abfd, section, ext_hdr, 0,
892 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
929 if (ext_hdr != NULL)
930 free (ext_hdr);
872 char *ext_hdr; local
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Doma_dm_client.c940 const char *ext_hdr,
959 ext_hdr, ctx->ca_fname, username, password,
938 oma_dm_send_recv(struct hs20_osu_client *ctx, const char *url, xml_node_t *syncml, const char *ext_hdr, const char *username, const char *password, const char *client_cert, const char *client_key) argument

Completed in 256 milliseconds