Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
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;
70 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
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;
70 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc402 grpc_httpcli_context http_ctx; member