HomeSort by relevance Sort by last modified time
    Searched refs:httpc (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
http2.c 81 struct http_conn *httpc,
109 const struct http_conn *c = &conn->proto.httpc;
162 struct http_conn *c = &conn->proto.httpc;
207 struct http_conn *httpc = &conn->proto.httpc; local
209 if(httpc->recv_underlying)
211 nread = ((Curl_recv *)httpc->recv_underlying)(
212 conn, FIRSTSOCKET, httpc->inbuf, H2_BUFSIZE, &result);
217 httpc->nread_inbuf = 0;
218 httpc->inbuflen = nread
541 struct http_conn *httpc; local
637 struct http_conn *httpc = &conn->proto.httpc; local
842 struct http_conn *httpc; local
1184 struct http_conn *httpc = &conn->proto.httpc; local
1297 struct http_conn *httpc = &conn->proto.httpc; local
1419 struct http_conn *httpc = &conn->proto.httpc; local
1440 struct http_conn *httpc = &conn->proto.httpc; local
1561 struct http_conn *httpc = &conn->proto.httpc; local
1855 struct http_conn *httpc = &conn->proto.httpc; local
2158 struct http_conn *httpc = &conn->proto.httpc; local
2209 struct http_conn *httpc = &conn->proto.httpc; local
2412 struct http_conn *httpc = &conn->proto.httpc; local
    [all...]
urldata.h 1001 struct http_conn httpc; member in union:connectdata::__anon18594
    [all...]
url.c 1447 struct http_conn *httpc = &check->proto.httpc; local
    [all...]
http.c     [all...]

Completed in 69 milliseconds