Searched refs:httpc (Results 1 – 4 of 4) sorted by relevance
81 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() local209 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 …]
1001 struct http_conn httpc; member
1447 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists() local1448 if(pipeLen >= httpc->settings.max_concurrent_streams) { in ConnectionExists()
1635 if(conn->proto.httpc.h2) in get_http_string()