Searched refs:httpc (Results 1 – 3 of 3) sorted by relevance
54 const struct http_conn *c = &conn->proto.httpc; in http2_perform_getsock()82 struct http_conn *c = &conn->proto.httpc; in http2_disconnect()101 conn->proto.httpc.settings.max_concurrent_streams = in Curl_http2_setup_conn()183 struct http_conn *c = &conn->proto.httpc; in send_callback()212 struct http_conn *httpc = &conn->proto.httpc; in on_frame_recv() local227 data_s = Curl_hash_pick(&httpc->streamsh, &stream_id, in on_frame_recv()305 uint32_t max_conn = httpc->settings.max_concurrent_streams; in on_frame_recv()307 httpc->settings.max_concurrent_streams = in on_frame_recv()310 httpc->settings.enable_push = in on_frame_recv()314 httpc->settings.max_concurrent_streams)); in on_frame_recv()[all …]
1023 struct http_conn httpc; member
3372 struct http_conn *httpc = &check->proto.httpc; in ConnectionExists() local3373 if(pipeLen >= httpc->settings.max_concurrent_streams) { in ConnectionExists()