Searched refs:writetype (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_proxy.c338 int writetype; local
353 writetype = CLIENTWRITE_HEADER;
355 writetype |= CLIENTWRITE_BODY;
357 result = Curl_client_write(conn, writetype, line_start,
H A Dhttp.c2804 int writetype; local
2955 writetype = CLIENTWRITE_HEADER;
2957 writetype |= CLIENTWRITE_BODY;
2961 result = Curl_client_write(conn, writetype,
3544 writetype = CLIENTWRITE_HEADER;
3546 writetype |= CLIENTWRITE_BODY;
3552 result = Curl_client_write(conn, writetype, k->p, k->hbuflen);

Completed in 127 milliseconds