Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 8 of 8) sorted by relevance

/curl/lib/
H A Dhttp_chunks.c122 size_t piece; in httpchunk_readwrite() local
205 piece = blen; in httpchunk_readwrite()
207 piece = curlx_sotouz(ch->datasize); in httpchunk_readwrite()
213 buf, piece); in httpchunk_readwrite()
216 (char *)buf, piece); in httpchunk_readwrite()
224 *pconsumed += piece; in httpchunk_readwrite()
225 ch->datasize -= piece; /* decrease amount left to expect */ in httpchunk_readwrite()
226 buf += piece; /* move read pointer forward */ in httpchunk_readwrite()
227 blen -= piece; /* decrease space left in this round */ in httpchunk_readwrite()
230 piece, ch->datasize); in httpchunk_readwrite()
/curl/tests/data/
H A Dtest59932 this data is slightly larger than the first piece
54 this data is slightly larger than the first piece
/curl/docs/cmdline-opts/
H A Durl-query.md24 Add a piece of data, usually a name + value pair, to the end of the URL query
/curl/docs/libcurl/
H A Dcurl_ws_send.md92 following call to *curl_ws_send()*. When sending only a piece of the
H A Dcurl_ws_meta.md69 the offset into the final fragment where this piece belongs.
H A Dlibcurl.md50 call and that performs only a little piece of the transfer on each invoke. It
202 are writing to use libcurl is not the main program, but rather a modular piece
H A Dcurl_url_get.md37 piece or the full URL from it.
/curl/docs/
H A DTODO1130 When the user only wants to send a small piece of the data provided with
1132 to specify that curl should only send a piece of that. One suggested syntax

Completed in 27 milliseconds