Lines Matching defs:total
50 size_t total = 0;
53 total += bufv->buf[i].size;
56 return total;
75 ssize_t total = 0;
89 else if (total == 0)
101 total += n_read;
111 return total;
120 ssize_t total = 0;
134 else if (total == 0)
145 total += n_wrote;
155 return total;
164 ssize_t total = 0;
182 if (total == 0) {
198 if (total == 0) {
211 total += n_wrote;
223 return total;
279 ssize_t total = 0;
300 if (total == 0)
308 total += n_copied;
318 return total;