Home
last modified time | relevance | path

Searched defs:http_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c42 struct http_ctx { struct
43 void *ctx;
44 struct xml_node_ctx *xml;
45 CURL *curl;
46 struct curl_slist *curl_hdr;
47 char *svc_address;
71 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h43 OSSL_HTTP_REQ_CTX *http_ctx; member