Home
last modified time | relevance | path

Searched refs:writetype (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dc-hyper.c153 int writetype; in hyper_each_header() local
182 writetype = CLIENTWRITE_HEADER; in hyper_each_header()
184 writetype |= CLIENTWRITE_CONNECT; in hyper_each_header()
186 writetype |= CLIENTWRITE_1XX; in hyper_each_header()
187 result = Curl_client_write(data, writetype, headp, len); in hyper_each_header()
270 int writetype; in status_line() local
304 writetype = CLIENTWRITE_HEADER|CLIENTWRITE_STATUS; in status_line()
306 writetype |= CLIENTWRITE_CONNECT; in status_line()
307 result = Curl_client_write(data, writetype, in status_line()
H A Dcf-h1-proxy.c373 int error, writetype; in recv_CONNECT_resp() local
467 writetype = CLIENTWRITE_HEADER | CLIENTWRITE_CONNECT | in recv_CONNECT_resp()
469 result = Curl_client_write(data, writetype, linep, line_len); in recv_CONNECT_resp()
H A Dhttp.c3357 int writetype; in http_write_header() local
3363 writetype = CLIENTWRITE_HEADER | in http_write_header()
3366 result = Curl_client_write(data, writetype, hd, hdlen); in http_write_header()
3673 int writetype; in http_rw_hd() local
3703 writetype = CLIENTWRITE_HEADER; in http_rw_hd()
3810 writetype |= CLIENTWRITE_STATUS; in http_rw_hd()
3832 writetype |= CLIENTWRITE_1XX; in http_rw_hd()
3833 result = Curl_client_write(data, writetype, hd, hdlen); in http_rw_hd()

Completed in 23 milliseconds