Lines Matching refs:line
291 that was the final line; now ditch that */
325 char *line = Curl_dyn_ptr(&pp->recvbuf);
326 char *nl = memchr(line, '\n', Curl_dyn_len(&pp->recvbuf));
329 the line isn't really terminated until the LF comes */
330 size_t length = nl - line + 1;
336 Curl_debug(data, CURLINFO_HEADER_IN, line, length);
342 result = Curl_client_write(data, CLIENTWRITE_INFO, line, length);
346 if(pp->endofresp(data, conn, line, length, code)) {
347 /* When at "end of response", keep the endofresp line first in the
350 data in this buffer after the endofresp line. */