Home
last modified time | relevance | path

Searched refs:CLIENTWRITE_HEADER (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dsendf.h51 #define CLIENTWRITE_HEADER (1<<1) macro
52 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
Dgopher.c121 result = Curl_client_write(conn, CLIENTWRITE_HEADER, sel, amount); in gopher_do()
158 result = Curl_client_write(conn, CLIENTWRITE_HEADER, (char *)"\r\n", 2); in gopher_do()
Dhttp_chunks.c275 result = Curl_client_write(conn, CLIENTWRITE_HEADER, in Curl_httpchunk_read()
Dsendf.c530 if((type & CLIENTWRITE_HEADER) && in Curl_client_chop_write()
571 return pausewrite(data, CLIENTWRITE_HEADER, ptr, len); in Curl_client_chop_write()
Dpingpong.c368 result = Curl_client_write(conn, CLIENTWRITE_HEADER, in Curl_pp_readresp()
Dhttp_proxy.c416 writetype = CLIENTWRITE_HEADER; in Curl_proxyCONNECT()
Dssh.c1253 result = Curl_client_write(conn, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in ssh_statemach_act()
1675 result = Curl_client_write(conn, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in ssh_statemach_act()
Dhttp.c3103 writetype = CLIENTWRITE_HEADER; in Curl_http_readwrite_headers()
3732 writetype = CLIENTWRITE_HEADER; in Curl_http_readwrite_headers()
Dhttp2.c1286 result = Curl_client_write(conn, CLIENTWRITE_HEADER, trailer_pos, n); in http2_handle_stream_close()