Searched refs:this_chunk (Results 1 – 1 of 1) sorted by relevance
1766 int this_chunk = 0; in send_fragmented_body() local1777 this_chunk = min(msgbody_left, MAX_PRINT_CHUNK - buf_offset); in send_fragmented_body()1779 this_chunk); in send_fragmented_body()1780 msgbody_offset += this_chunk; in send_fragmented_body()1781 buf_offset += this_chunk; in send_fragmented_body()1782 data_sent += this_chunk; in send_fragmented_body()1786 this_chunk = min(userdata_left, in send_fragmented_body()1789 userdata_ptr + userdata_offset, this_chunk); in send_fragmented_body()1790 userdata_offset += this_chunk; in send_fragmented_body()1791 buf_offset += this_chunk; in send_fragmented_body()[all …]