Home
last modified time | relevance | path

Searched refs:linestart_resp (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dpingpong.c144 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()
[all …]
Dpingpong.h52 char *linestart_resp; /* line start pointer for the server response member