Home
last modified time | relevance | path

Searched refs:httpc (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dhttp2.c74 struct http_conn *httpc,
98 const struct http_conn *c = &conn->proto.httpc; in http2_perform_getsock()
145 struct http_conn *c = &conn->proto.httpc; in http2_disconnect()
190 struct http_conn *httpc = &conn->proto.httpc; in http2_connisdead() local
192 if(httpc->recv_underlying) in http2_connisdead()
194 nread = ((Curl_recv *)httpc->recv_underlying)( in http2_connisdead()
195 conn, FIRSTSOCKET, httpc->inbuf, H2_BUFSIZE, &result); in http2_connisdead()
200 httpc->nread_inbuf = 0; in http2_connisdead()
201 httpc->inbuflen = nread; in http2_connisdead()
202 (void)h2_process_pending_input(conn, httpc, &result); in http2_connisdead()
[all …]
Durldata.h1062 struct http_conn httpc; member
Durl.c1410 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists() local
1411 if(multiplexed >= httpc->settings.max_concurrent_streams) { in ConnectionExists()
Dhttp.c1595 if(conn->proto.httpc.h2) in get_http_string()