Lines Matching refs:total
404 ssize_t total; in uv__preadv_or_pwritev_emul() local
410 total = 0; in uv__preadv_or_pwritev_emul()
423 if (total > 0) in uv__preadv_or_pwritev_emul()
424 return total; in uv__preadv_or_pwritev_emul()
429 total += r; in uv__preadv_or_pwritev_emul()
432 return total; in uv__preadv_or_pwritev_emul()
435 return total; in uv__preadv_or_pwritev_emul()
1653 ssize_t total; in uv__fs_write_all() local
1659 total = 0; in uv__fs_write_all()
1671 if (total == 0) in uv__fs_write_all()
1672 total = result; in uv__fs_write_all()
1682 total += result; in uv__fs_write_all()
1691 return total; in uv__fs_write_all()