Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c212 struct http_conn *httpc = &conn->proto.httpc; in on_frame_recv() local
776 static ssize_t http2_handle_stream_close(struct http_conn *httpc, in http2_handle_stream_close()
805 struct http_conn *httpc = &conn->proto.httpc; in http2_recv() local
1001 struct http_conn *httpc = &conn->proto.httpc; in http2_send() local
1204 struct http_conn *httpc = &conn->proto.httpc; in Curl_http2_setup() local
1249 struct http_conn *httpc = &conn->proto.httpc; in Curl_http2_switched() local
Durl.c3372 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists() local
Durldata.h1023 struct http_conn httpc; member