Lines Matching refs:linestart_resp
144 pp->linestart_resp = conn->data->state.buffer; in Curl_pp_init()
293 perline = (ssize_t)(ptr-pp->linestart_resp); in Curl_pp_readresp()
373 pp->linestart_resp, (size_t)perline); in Curl_pp_readresp()
381 pp->linestart_resp, perline); in Curl_pp_readresp()
385 if(pp->endofresp(conn, pp->linestart_resp, perline, code)) { in Curl_pp_readresp()
388 size_t n = ptr - pp->linestart_resp; in Curl_pp_readresp()
389 memmove(buf, pp->linestart_resp, n); in Curl_pp_readresp()
392 pp->linestart_resp = ptr + 1; /* advance pointer */ in Curl_pp_readresp()
400 pp->linestart_resp = ptr + 1; in Curl_pp_readresp()
444 memcpy(pp->cache, pp->linestart_resp, pp->cache_size); in Curl_pp_readresp()
452 ptr = pp->linestart_resp = buf; in Curl_pp_readresp()