Searched refs:writetype (Results 1 – 3 of 3) sorted by relevance
/curl/lib/ |
H A D | c-hyper.c | 153 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 D | cf-h1-proxy.c | 373 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 D | http.c | 3355 int writetype; in http_write_header() local 3361 writetype = CLIENTWRITE_HEADER | in http_write_header() 3364 result = Curl_client_write(data, writetype, hd, hdlen); in http_write_header() 3671 int writetype; in http_rw_hd() local 3701 writetype = CLIENTWRITE_HEADER; in http_rw_hd() 3808 writetype |= CLIENTWRITE_STATUS; in http_rw_hd() 3830 writetype |= CLIENTWRITE_1XX; in http_rw_hd() 3831 result = Curl_client_write(data, writetype, hd, hdlen); in http_rw_hd()
|
Completed in 24 milliseconds