Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp.h316 struct http_resp { struct
321 struct http_resp *prev;
327 CURLcode Curl_http_resp_make(struct http_resp **presp,
331 void Curl_http_resp_free(struct http_resp *resp);
H A Dcf-h2-proxy.c69 struct http_resp *resp;
771 struct http_resp *resp; in proxy_h2_on_header()
H A Dhttp.c4901 CURLcode Curl_http_resp_make(struct http_resp **presp, in Curl_http_resp_make()
4905 struct http_resp *resp; in Curl_http_resp_make()
4929 void Curl_http_resp_free(struct http_resp *resp) in Curl_http_resp_free()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c42 int http_resp; member
93 s->http_resp = (int)lws_http_client_http_response(wsi); in callback_http()
94 lwsl_info("Connected with server response: %d\n", s->http_resp); in callback_http()
297 s->state, s->http_resp); in sequencer_cb()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-seq/
H A Dminimal-secure-streams.c220 int http_resp; member

Completed in 9 milliseconds