Lines Matching refs:linestart_resp
144 pp->linestart_resp = conn->data->state.buffer; in Curl_pp_init()
289 perline = (ssize_t)(ptr-pp->linestart_resp); in Curl_pp_readresp()
369 pp->linestart_resp, (size_t)perline); in Curl_pp_readresp()
377 pp->linestart_resp, perline); in Curl_pp_readresp()
381 if(pp->endofresp(conn, pp->linestart_resp, perline, code)) { in Curl_pp_readresp()
384 size_t n = ptr - pp->linestart_resp; in Curl_pp_readresp()
385 memmove(buf, pp->linestart_resp, n); in Curl_pp_readresp()
388 pp->linestart_resp = ptr + 1; /* advance pointer */ in Curl_pp_readresp()
396 pp->linestart_resp = ptr + 1; in Curl_pp_readresp()
440 memcpy(pp->cache, pp->linestart_resp, pp->cache_size); in Curl_pp_readresp()
448 ptr = pp->linestart_resp = buf; in Curl_pp_readresp()