Home
last modified time | relevance | path

Searched refs:ngx_parse_offset (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_parse.h17 off_t ngx_parse_offset(ngx_str_t *line);
H A Dngx_parse.c59 ngx_parse_offset(ngx_str_t *line) in ngx_parse_offset() function
H A Dngx_conf_file.c1245 *op = ngx_parse_offset(&value[1]); in ngx_conf_set_off_slot()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c2469 max_size = ngx_parse_offset(&s); in ngx_http_file_cache_set_slot()
H A Dngx_http_core_module.c4591 clcf->directio = ngx_parse_offset(&value[1]); in ngx_http_core_directio()