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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp2.c53 const struct http_conn *httpc = &conn->proto.httpc; local
61 if(nghttp2_session_want_read(httpc->h2))
64 if(nghttp2_session_want_write(httpc->h2))
81 struct http_conn *httpc = &conn->proto.httpc; local
86 nghttp2_session_del(httpc->h2);
88 Curl_safefree(httpc->header_recvbuf->buffer);
89 Curl_safefree(httpc->header_recvbuf);
91 Curl_safefree(httpc
163 struct http_conn *httpc = &conn->proto.httpc; local
533 struct http_conn *httpc = &conn->proto.httpc; local
639 struct http_conn *httpc = &conn->proto.httpc; local
786 struct http_conn *httpc = &conn->proto.httpc; local
[all...]
H A Durldata.h1017 struct http_conn httpc; member in union:connectdata::__anon1001
H A Dtransfer.c318 close, which we emulate it using conn->proto.httpc.closed =
323 conn->proto.httpc.closed);

Completed in 171 milliseconds