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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp_proxy.c323 int writetype; local
338 writetype = CLIENTWRITE_HEADER;
340 writetype |= CLIENTWRITE_BODY;
342 result = Curl_client_write(conn, writetype, line_start,
H A Dhttp.c2740 int writetype; local
2873 writetype = CLIENTWRITE_HEADER;
2875 writetype |= CLIENTWRITE_BODY;
2879 result = Curl_client_write(conn, writetype,
3436 writetype = CLIENTWRITE_HEADER;
3438 writetype |= CLIENTWRITE_BODY;
3444 result = Curl_client_write(conn, writetype, k->p, k->hbuflen);

Completed in 45 milliseconds