Searched refs:we_want_to_send (Results 1 – 2 of 2) sorted by relevance
206 off_t we_want_to_send; in network_write_chunkqueue_writev() local223 we_want_to_send = c->file.length - c->offset; in network_write_chunkqueue_writev()227 if (abs_offset + we_want_to_send > c->file.mmap.offset + we_want_to_mmap) { in network_write_chunkqueue_writev()228 we_want_to_send = (c->file.mmap.offset + we_want_to_mmap) - abs_offset; in network_write_chunkqueue_writev()
206 off_t we_want_to_send;223 we_want_to_send = c->file.length - c->offset;227 if (abs_offset + we_want_to_send > c->file.mmap.offset + we_want_to_mmap) {228 we_want_to_send = (c->file.mmap.offset + we_want_to_mmap) - abs_offset;