| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.h | 59 #define NGX_CONF_UNSET_SIZE (size_t) -1 macro 196 if (conf == NGX_CONF_UNSET_SIZE) { \ 231 if (conf == NGX_CONF_UNSET_SIZE) { \ 232 conf = (prev == NGX_CONF_UNSET_SIZE) ? default : prev; \
|
| H A D | ngx_conf_file.c | 1208 if (*sp != NGX_CONF_UNSET_SIZE) { in ngx_conf_set_size_slot()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_module.c | 325 h2mcf->recv_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_main_conf() 352 h2scf->pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf() 358 h2scf->max_field_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf() 359 h2scf->max_header_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf() 361 h2scf->preread_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_srv_conf() 421 h2lcf->chunk_size = NGX_CONF_UNSET_SIZE; in ngx_http_v2_create_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 1217 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1218 conf->upstream.buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1219 conf->upstream.limit_rate = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1221 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1222 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1223 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1353 NGX_CONF_UNSET_SIZE); in ngx_http_scgi_merge_loc_conf() 1355 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_scgi_merge_loc_conf() 1384 NGX_CONF_UNSET_SIZE); in ngx_http_scgi_merge_loc_conf() 1405 NGX_CONF_UNSET_SIZE); in ngx_http_scgi_merge_loc_conf() [all …]
|
| H A D | ngx_http_uwsgi_module.c | 1430 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1431 conf->upstream.buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1432 conf->upstream.limit_rate = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1434 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1435 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1436 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1574 NGX_CONF_UNSET_SIZE); in ngx_http_uwsgi_merge_loc_conf() 1576 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_uwsgi_merge_loc_conf() 1605 NGX_CONF_UNSET_SIZE); in ngx_http_uwsgi_merge_loc_conf() 1626 NGX_CONF_UNSET_SIZE); in ngx_http_uwsgi_merge_loc_conf() [all …]
|
| H A D | ngx_http_fastcgi_module.c | 2738 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2739 conf->upstream.buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2740 conf->upstream.limit_rate = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2742 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2743 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2744 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2879 NGX_CONF_UNSET_SIZE); in ngx_http_fastcgi_merge_loc_conf() 2881 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_fastcgi_merge_loc_conf() 2910 NGX_CONF_UNSET_SIZE); in ngx_http_fastcgi_merge_loc_conf() 2931 NGX_CONF_UNSET_SIZE); in ngx_http_fastcgi_merge_loc_conf() [all …]
|
| H A D | ngx_http_proxy_module.c | 2870 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 2871 conf->upstream.buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 2872 conf->upstream.limit_rate = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 2874 conf->upstream.busy_buffers_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 2875 conf->upstream.max_temp_file_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 2876 conf->upstream.temp_file_write_size_conf = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 3031 NGX_CONF_UNSET_SIZE); in ngx_http_proxy_merge_loc_conf() 3033 if (conf->upstream.busy_buffers_size_conf == NGX_CONF_UNSET_SIZE) { in ngx_http_proxy_merge_loc_conf() 3062 NGX_CONF_UNSET_SIZE); in ngx_http_proxy_merge_loc_conf() 3082 NGX_CONF_UNSET_SIZE); in ngx_http_proxy_merge_loc_conf() [all …]
|
| H A D | ngx_http_gzip_filter_module.c | 1173 conf->postpone_gzipping = NGX_CONF_UNSET_SIZE; in ngx_http_gzip_create_conf() 1175 conf->wbits = NGX_CONF_UNSET_SIZE; in ngx_http_gzip_create_conf() 1176 conf->memlevel = NGX_CONF_UNSET_SIZE; in ngx_http_gzip_create_conf()
|
| H A D | ngx_http_slice_filter_module.c | 501 slcf->size = NGX_CONF_UNSET_SIZE; in ngx_http_slice_create_loc_conf()
|
| H A D | ngx_http_memcached_module.c | 612 conf->upstream.buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_memcached_create_loc_conf()
|
| H A D | ngx_http_ssl_module.c | 571 sscf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_ssl_create_srv_conf()
|
| H A D | ngx_http_ssi_filter_module.c | 2889 slcf->min_file_chunk = NGX_CONF_UNSET_SIZE; in ngx_http_ssi_create_loc_conf() 2890 slcf->value_len = NGX_CONF_UNSET_SIZE; in ngx_http_ssi_create_loc_conf()
|
| H A D | ngx_http_image_filter_module.c | 1304 conf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_image_filter_create_conf()
|
| H A D | ngx_http_mp4_module.c | 3544 conf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_mp4_create_conf() 3545 conf->max_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_mp4_create_conf()
|
| H A D | ngx_http_grpc_module.c | 4182 conf->upstream.buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_grpc_create_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_imap_module.c | 127 iscf->client_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_mail_imap_create_srv_conf()
|
| H A D | ngx_mail_smtp_module.c | 127 sscf->client_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_mail_smtp_create_srv_conf()
|
| H A D | ngx_mail_proxy_module.c | 1109 pcf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_mail_proxy_create_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.c | 3286 cscf->connection_pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_srv_conf() 3287 cscf->request_pool_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_srv_conf() 3289 cscf->client_header_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_srv_conf() 3414 clcf->client_body_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() 3423 clcf->sendfile_max_chunk = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() 3424 clcf->subrequest_output_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() 3431 clcf->read_ahead = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() 3437 clcf->send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() 3438 clcf->postpone_output = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() 3439 clcf->limit_rate = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 1983 conf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_stream_proxy_create_srv_conf() 1984 conf->upload_rate = NGX_CONF_UNSET_SIZE; in ngx_stream_proxy_create_srv_conf() 1985 conf->download_rate = NGX_CONF_UNSET_SIZE; in ngx_stream_proxy_create_srv_conf()
|
| H A D | ngx_stream_core_module.c | 428 cscf->preread_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_stream_core_create_srv_conf()
|