Searched refs:linep (Results 1 – 1 of 1) sorted by relevance
371 char *linep; in recv_CONNECT_resp() local460 linep = Curl_dyn_ptr(&ts->rcvbuf); in recv_CONNECT_resp()464 Curl_debug(data, CURLINFO_HEADER_IN, linep, line_len); in recv_CONNECT_resp()469 result = Curl_client_write(data, writetype, linep, line_len); in recv_CONNECT_resp()481 if(('\r' == linep[0]) || in recv_CONNECT_resp()482 ('\n' == linep[0])) { in recv_CONNECT_resp()514 result = on_resp_header(cf, data, ts, linep); in recv_CONNECT_resp()
Completed in 5 milliseconds