Searched refs:piece (Results 1 – 8 of 8) sorted by relevance
122 size_t piece; in httpchunk_readwrite() local205 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()
32 this data is slightly larger than the first piece54 this data is slightly larger than the first piece
24 Add a piece of data, usually a name + value pair, to the end of the URL query
92 following call to *curl_ws_send()*. When sending only a piece of the
69 the offset into the final fragment where this piece belongs.
50 call and that performs only a little piece of the transfer on each invoke. It202 are writing to use libcurl is not the main program, but rather a modular piece
37 piece or the full URL from it.
1130 When the user only wants to send a small piece of the data provided with1132 to specify that curl should only send a piece of that. One suggested syntax
Completed in 27 milliseconds