Home
last modified time | relevance | path

Searched refs:NGX_CONF_UNSET_SIZE (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h59 #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 Dngx_conf_file.c1208 if (*sp != NGX_CONF_UNSET_SIZE) { in ngx_conf_set_size_slot()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c325 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 Dngx_http_scgi_module.c1217 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 Dngx_http_uwsgi_module.c1430 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 Dngx_http_fastcgi_module.c2738 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 Dngx_http_proxy_module.c2870 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 Dngx_http_gzip_filter_module.c1173 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 Dngx_http_slice_filter_module.c501 slcf->size = NGX_CONF_UNSET_SIZE; in ngx_http_slice_create_loc_conf()
H A Dngx_http_memcached_module.c612 conf->upstream.buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_ssl_module.c571 sscf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_ssl_create_srv_conf()
H A Dngx_http_ssi_filter_module.c2889 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 Dngx_http_image_filter_module.c1304 conf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_image_filter_create_conf()
H A Dngx_http_mp4_module.c3544 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 Dngx_http_grpc_module.c4182 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 Dngx_mail_imap_module.c127 iscf->client_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_mail_imap_create_srv_conf()
H A Dngx_mail_smtp_module.c127 sscf->client_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_mail_smtp_create_srv_conf()
H A Dngx_mail_proxy_module.c1109 pcf->buffer_size = NGX_CONF_UNSET_SIZE; in ngx_mail_proxy_create_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3286 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 Dngx_stream_proxy_module.c1983 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 Dngx_stream_core_module.c428 cscf->preread_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_stream_core_create_srv_conf()