Home
last modified time | relevance | path

Searched refs:ngx_atofp (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_split_clients_module.c223 n = ngx_atofp(value[0].data, value[0].len - 1, 2); in ngx_stream_split_clients()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_split_clients_module.c225 n = ngx_atofp(value[0].data, value[0].len - 1, 2); in ngx_http_split_clients()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h177 ngx_int_t ngx_atofp(u_char *line, size_t n, size_t point);
H A Dngx_string.c948 ngx_atofp(u_char *line, size_t n, size_t point) in ngx_atofp() function