Lines Matching defs:chunk
1629 size_t chunk;1643 chunk = pub->payload_len - pub->payload_pos;1644 if (chunk > len)1645 chunk = len;1655 chunk)) {1664 pub->payload_pos += (uint32_t)chunk;1665 len -= chunk;1666 buf += chunk;1994 * Fill headers and the first chunk of the2011 /* Will the chunk of payload fit? */