Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c81 struct http_conn *httpc,
109 const struct http_conn *c = &conn->proto.httpc; in http2_perform_getsock()
162 struct http_conn *c = &conn->proto.httpc; in http2_disconnect()
207 struct http_conn *httpc = &conn->proto.httpc; in http2_connisdead() local
209 if(httpc->recv_underlying) in http2_connisdead()
211 nread = ((Curl_recv *)httpc->recv_underlying)( in http2_connisdead()
212 conn, FIRSTSOCKET, httpc->inbuf, H2_BUFSIZE, &result); in http2_connisdead()
217 httpc->nread_inbuf = 0; in http2_connisdead()
218 httpc->inbuflen = nread; in http2_connisdead()
219 (void)h2_process_pending_input(conn, httpc, &result); in http2_connisdead()
[all …]
Durldata.h1001 struct http_conn httpc; member
Durl.c1447 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists() local
1448 if(pipeLen >= httpc->settings.max_concurrent_streams) { in ConnectionExists()
Dhttp.c1635 if(conn->proto.httpc.h2) in get_http_string()