Home
last modified time | relevance | path

Searched refs:ngx_parse_size (Results 1 – 20 of 20) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_parse.h16 ssize_t ngx_parse_size(ngx_str_t *line);
H A Dngx_parse.c13 ngx_parse_size(ngx_str_t *line) in ngx_parse_size() function
H A Dngx_conf_file.c1214 *sp = ngx_parse_size(&value[1]); in ngx_conf_set_size_slot()
1342 bufs->size = ngx_parse_size(&value[2]); in ngx_conf_set_bufs_slot()
H A Dngx_log.c604 size = ngx_parse_size(&value[1]);
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c210 dmcf->sbrk_size = ngx_parse_size(&s); in ngx_http_degradation()
H A Dngx_http_upstream_zone_module.c87 size = ngx_parse_size(&value[2]); in ngx_http_upstream_zone()
H A Dngx_http_limit_conn_module.c542 size = ngx_parse_size(&s); in ngx_http_limit_conn_zone()
H A Dngx_http_limit_req_module.c796 size = ngx_parse_size(&s); in ngx_http_limit_req_zone()
H A Dngx_http_ssl_module.c1060 n = ngx_parse_size(&size); in ngx_http_ssl_session_cache()
H A Dngx_http_log_module.c1374 size = ngx_parse_size(&s); in ngx_http_log_set_log()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c406 ls->rcvbuf = ngx_parse_size(&size); in ngx_mail_core_listen()
422 ls->sndbuf = ngx_parse_size(&size); in ngx_mail_core_listen()
H A Dngx_mail_ssl_module.c616 n = ngx_parse_size(&size); in ngx_mail_ssl_session_cache()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_zone_module.c84 size = ngx_parse_size(&value[2]); in ngx_stream_upstream_zone()
H A Dngx_stream_core_module.c676 ls->rcvbuf = ngx_parse_size(&size); in ngx_stream_core_listen()
692 ls->sndbuf = ngx_parse_size(&size); in ngx_stream_core_listen()
H A Dngx_stream_limit_conn_module.c518 size = ngx_parse_size(&s); in ngx_stream_limit_conn_zone()
H A Dngx_stream_ssl_module.c994 n = ngx_parse_size(&size); in ngx_stream_ssl_session_cache()
H A Dngx_stream_log_module.c1103 size = ngx_parse_size(&s); in ngx_stream_log_set_log()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3896 lsopt.rcvbuf = ngx_parse_size(&size); in ngx_http_core_listen()
3913 lsopt.sndbuf = ngx_parse_size(&size); in ngx_http_core_listen()
H A Dngx_http_variables.c801 s = ngx_parse_size(&val); in ngx_http_variable_request_set_size()
H A Dngx_http_file_cache.c2432 size = ngx_parse_size(&s); in ngx_http_file_cache_set_slot()