ngx_atoof          84 core/ngx_parse.c     offset = ngx_atoof(line->data, len);
ngx_atoof         173 core/ngx_string.h off_t ngx_atoof(u_char *line, size_t n);
ngx_atoof         169 http/modules/ngx_http_flv_module.c             start = ngx_atoof(value.data, value.len);
ngx_atoof         347 http/modules/ngx_http_memcached_module.c         r->headers_out.content_length_n = ngx_atoof(len, p - len - 1);
ngx_atoof        1528 http/ngx_http_request.c                             ngx_atoof(r->headers_in.content_length->value.data,
ngx_atoof        3441 http/ngx_http_upstream.c     r->headers_out.content_length_n = ngx_atoof(h->value.data, h->value.len);