Lines Matching refs:linestart_resp
141 pp->linestart_resp = conn->data->state.buffer; in Curl_pp_init()
284 perline = (ssize_t)(ptr-pp->linestart_resp); in Curl_pp_readresp()
358 pp->linestart_resp, (size_t)perline, conn); in Curl_pp_readresp()
366 pp->linestart_resp, perline); in Curl_pp_readresp()
370 if(pp->endofresp(conn, pp->linestart_resp, perline, code)) { in Curl_pp_readresp()
373 size_t n = ptr - pp->linestart_resp; in Curl_pp_readresp()
374 memmove(buf, pp->linestart_resp, n); in Curl_pp_readresp()
377 pp->linestart_resp = ptr+1; /* advance pointer */ in Curl_pp_readresp()
385 pp->linestart_resp = ptr+1; in Curl_pp_readresp()
429 memcpy(pp->cache, pp->linestart_resp, pp->cache_size); in Curl_pp_readresp()
437 ptr = pp->linestart_resp = buf; in Curl_pp_readresp()