Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dsendf.h49 #define CLIENTWRITE_HEADER (1<<1) macro
50 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
Dgopher.c185 result = Curl_client_write(data, CLIENTWRITE_HEADER, sel, amount); in gopher_do()
230 result = Curl_client_write(data, CLIENTWRITE_HEADER, (char *)"\r\n", 2); in gopher_do()
Dfile.c420 result = Curl_client_write(data, CLIENTWRITE_HEADER, header, headerlen); in file_do()
424 result = Curl_client_write(data, CLIENTWRITE_HEADER, in file_do()
446 result = Curl_client_write(data, CLIENTWRITE_HEADER, header, headerlen); in file_do()
Dhttp_chunks.c251 result = Curl_client_write(data, CLIENTWRITE_HEADER, tr, trlen); in Curl_httpchunk_read()
Dsendf.c544 if((type & CLIENTWRITE_HEADER) && in chop_write()
596 return pausewrite(data, CLIENTWRITE_HEADER, ptr, len); in chop_write()
Dpingpong.c373 result = Curl_client_write(data, CLIENTWRITE_HEADER, in Curl_pp_readresp()
Dc-hyper.c159 writetype = CLIENTWRITE_HEADER; in hyper_each_header()
265 writetype = CLIENTWRITE_HEADER; in status_line()
Dhttp_proxy.c488 int writetype = CLIENTWRITE_HEADER; in CONNECT()
Dhttp.c4020 writetype = CLIENTWRITE_HEADER; in Curl_http_readwrite_headers()
4349 writetype = CLIENTWRITE_HEADER; in Curl_http_readwrite_headers()
Dhttp2.c1539 result = Curl_client_write(data, CLIENTWRITE_HEADER, trailp, len); in http2_handle_stream_close()
/third_party/curl/lib/vssh/
Dlibssh.c1166 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in myssh_statemach_act()
2673 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in sftp_quote()
Dlibssh2.c1348 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in ssh_statemach_act()
1801 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in ssh_statemach_act()