Searched refs:linestart_resp (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | pingpong.c | 144 pp->linestart_resp = conn->data->state.buffer; in Curl_pp_init() 287 perline = (ssize_t)(ptr-pp->linestart_resp); in Curl_pp_readresp() 361 pp->linestart_resp, (size_t)perline, conn); in Curl_pp_readresp() 369 pp->linestart_resp, perline); in Curl_pp_readresp() 373 if(pp->endofresp(conn, pp->linestart_resp, perline, code)) { in Curl_pp_readresp() 376 size_t n = ptr - pp->linestart_resp; in Curl_pp_readresp() 377 memmove(buf, pp->linestart_resp, n); in Curl_pp_readresp() 380 pp->linestart_resp = ptr+1; /* advance pointer */ in Curl_pp_readresp() 388 pp->linestart_resp = ptr+1; in Curl_pp_readresp() 432 memcpy(pp->cache, pp->linestart_resp, pp->cache_size); in Curl_pp_readresp() [all …]
|
D | pingpong.h | 52 char *linestart_resp; /* line start pointer for the server response member
|