Home
last modified time | relevance | path

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

/curl/lib/
H A Dgopher.c192 result = Curl_client_write(data, CLIENTWRITE_HEADER, sel, amount); in gopher_do()
237 result = Curl_client_write(data, CLIENTWRITE_HEADER, (char *)"\r\n", 2); in gopher_do()
H A Dfile.c473 result = Curl_client_write(data, CLIENTWRITE_HEADER, header, headerlen); in file_do()
477 result = Curl_client_write(data, CLIENTWRITE_HEADER, in file_do()
499 result = Curl_client_write(data, CLIENTWRITE_HEADER, header, headerlen); in file_do()
502 result = Curl_client_write(data, CLIENTWRITE_HEADER, "\r\n", 2); in file_do()
H A Dcw-out.c408 ((type & CLIENTWRITE_HEADER) && data->set.include_header)) { in cw_out_write()
414 if(type & (CLIENTWRITE_HEADER|CLIENTWRITE_INFO)) { in cw_out_write()
H A Dsendf.h47 #define CLIENTWRITE_HEADER (1<<2) /* meta information, HEADER */ macro
H A Dhttp_chunks.c271 CLIENTWRITE_HEADER| in httpchunk_readwrite()
276 CLIENTWRITE_HEADER| in httpchunk_readwrite()
H A Dheaders.c355 if((type & CLIENTWRITE_HEADER) && !(type & CLIENTWRITE_STATUS)) { in hds_cw_collect_write()
H A Dc-hyper.c182 writetype = CLIENTWRITE_HEADER; in hyper_each_header()
304 writetype = CLIENTWRITE_HEADER|CLIENTWRITE_STATUS; in status_line()
H A Dcf-h1-proxy.c467 writetype = CLIENTWRITE_HEADER | CLIENTWRITE_CONNECT | in recv_CONNECT_resp()
H A Dsendf.c76 DEBUGASSERT(type & (CLIENTWRITE_BODY|CLIENTWRITE_HEADER|CLIENTWRITE_INFO)); in Curl_client_write()
H A Dhttp.c3363 writetype = CLIENTWRITE_HEADER | in http_write_header()
3703 writetype = CLIENTWRITE_HEADER; in http_rw_hd()
H A Dhttp2.c1810 *err = Curl_client_write(data, CLIENTWRITE_HEADER|CLIENTWRITE_TRAILER, in http2_handle_stream_close()
H A Dftp.c2222 result = Curl_client_write(data, CLIENTWRITE_HEADER, buf, blen); in client_write_header()
/curl/lib/vssh/
H A Dlibssh.c1186 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in myssh_statemach_act()
2677 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in sftp_quote()
H A Dlibssh2.c1532 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in ssh_statemach_act()
1996 result = Curl_client_write(data, CLIENTWRITE_HEADER, tmp, strlen(tmp)); in ssh_statemach_act()

Completed in 78 milliseconds