Searched refs:httpc (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dhttp2.c54 const struct http_conn *c = &conn->proto.httpc;
82 struct http_conn *c = &conn->proto.httpc;
101 conn->proto.httpc.settings.max_concurrent_streams =
183 struct http_conn *c = &conn->proto.httpc;
212 struct http_conn *httpc = &conn->proto.httpc; local
227 data_s = Curl_hash_pick(&httpc->streamsh, &stream_id,
305 uint32_t max_conn = httpc->settings.max_concurrent_streams;
307 httpc->settings.max_concurrent_streams =
310 httpc
776 http2_handle_stream_close(struct http_conn *httpc, struct SessionHandle *data, struct HTTP *stream, CURLcode *err) argument
805 struct http_conn *httpc = &conn->proto.httpc; local
1001 struct http_conn *httpc = &conn->proto.httpc; local
1204 struct http_conn *httpc = &conn->proto.httpc; local
1249 struct http_conn *httpc = &conn->proto.httpc; local
[all...]
H A Durldata.h1023 struct http_conn httpc; member in union:connectdata::__anon3343
H A Durl.c3372 struct http_conn *httpc = &check->proto.httpc; local
3373 if(pipeLen >= httpc->settings.max_concurrent_streams) {

Completed in 76 milliseconds