Lines Matching defs:piece
119 size_t piece;
196 more or less than 'datasize'. Get the smallest piece.
198 piece = blen;
200 piece = curlx_sotouz(ch->datasize);
206 buf, piece);
209 (char *)buf, piece);
217 *pconsumed += piece;
218 ch->datasize -= piece; /* decrease amount left to expect */
219 buf += piece; /* move read pointer forward */
220 blen -= piece; /* decrease space left in this round */