Searched refs:ngx_conf_merge_bufs_value (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.h | 251 #define ngx_conf_merge_bufs_value(conf, prev, default_num, default_size) \ macro
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_copy_filter_module.c | 366 ngx_conf_merge_bufs_value(conf->bufs, prev->bufs, 2, 32768); in ngx_http_copy_filter_merge_conf()
|
| H A D | ngx_http_core_module.c | 3324 ngx_conf_merge_bufs_value(conf->large_client_header_buffers, in ngx_http_core_merge_srv_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 670 ngx_conf_merge_bufs_value(conf->bufs, prev->bufs, in ngx_http_gunzip_merge_conf()
|
| H A D | ngx_http_gzip_filter_module.c | 1192 ngx_conf_merge_bufs_value(conf->bufs, prev->bufs, in ngx_http_gzip_merge_conf()
|
| H A D | ngx_http_scgi_module.c | 1335 ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs, in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 1556 ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs, in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 2861 ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs, in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 3013 ngx_conf_merge_bufs_value(conf->upstream.bufs, prev->upstream.bufs, in ngx_http_proxy_merge_loc_conf()
|