total              99 core/ngx_parse.c     ngx_int_t    value, total, scale;
total             116 core/ngx_parse.c     total = 0;
total             229 core/ngx_parse.c         total += value * scale;
total             231 core/ngx_parse.c         if ((ngx_uint_t) total > 2147483647) {
total             244 core/ngx_parse.c         return total + value * scale;
total              18 os/unix/ngx_aio_read_chain.c     ssize_t       total;
total              25 os/unix/ngx_aio_read_chain.c     total = 0;
total              32 os/unix/ngx_aio_read_chain.c             return total ? total : NGX_AGAIN;
total              52 os/unix/ngx_aio_read_chain.c             return total ? total : NGX_AGAIN;
total              61 os/unix/ngx_aio_read_chain.c             if (total) {
total              65 os/unix/ngx_aio_read_chain.c             return total;
total              69 os/unix/ngx_aio_read_chain.c             total += n;
total              73 os/unix/ngx_aio_read_chain.c                        "aio_read total: %d", total);
total              76 os/unix/ngx_aio_read_chain.c     return total ? total : NGX_AGAIN;