Searched refs:chunkbuf (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | http_chunks.c | 479 struct bufq chunkbuf; member 498 Curl_bufq_free(&ctx->chunkbuf); in cr_chunked_close() 515 result = Curl_bufq_cwrite(&ctx->chunkbuf, STRCONST("0\r\n"), &n); in add_last_chunk() 537 result = Curl_bufq_cwrite(&ctx->chunkbuf, tr->data, in add_last_chunk() 545 result = Curl_bufq_cwrite(&ctx->chunkbuf, STRCONST("\r\n"), &n); in add_last_chunk() 592 result = Curl_bufq_cwrite(&ctx->chunkbuf, hd, hdlen, &n); in add_chunk() 594 result = Curl_bufq_cwrite(&ctx->chunkbuf, buf, nread, &n); in add_chunk() 596 result = Curl_bufq_cwrite(&ctx->chunkbuf, "\r\n", 2, &n); in add_chunk() 620 if(!ctx->read_eos && Curl_bufq_is_empty(&ctx->chunkbuf)) { in cr_chunked_read() 627 if(!Curl_bufq_is_empty(&ctx->chunkbuf)) { in cr_chunked_read() [all …]
|
Completed in 11 milliseconds