Home
last modified time | relevance | path

Searched refs:ngx_flag_t (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h199 ngx_flag_t ignore_invalid_headers;
200 ngx_flag_t merge_slashes;
201 ngx_flag_t underscores_in_headers;
382 ngx_flag_t client_body_in_single_buffer;
384 ngx_flag_t internal; /* internal */
385 ngx_flag_t sendfile; /* sendfile */
386 ngx_flag_t aio; /* aio */
387 ngx_flag_t aio_write; /* aio_write */
401 ngx_flag_t etag; /* etag */
431 ngx_flag_t open_file_cache_errors;
[all …]
H A Dngx_http_upstream.h175 ngx_flag_t buffering;
176 ngx_flag_t request_buffering;
178 ngx_flag_t pass_request_body;
181 ngx_flag_t intercept_errors;
182 ngx_flag_t cyclic_temp_file;
183 ngx_flag_t force_ranges;
192 ngx_flag_t socket_keepalive;
204 ngx_flag_t cache_lock;
208 ngx_flag_t cache_revalidate;
235 ngx_flag_t ssl_server_name;
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.h18 ngx_flag_t enable;
22 ngx_flag_t prefer_server_ciphers;
23 ngx_flag_t early_data;
54 ngx_flag_t session_tickets;
57 ngx_flag_t stapling;
58 ngx_flag_t stapling_verify;
H A Dngx_http_referer_module.c24 ngx_flag_t no_referer;
25 ngx_flag_t blocked_referer;
26 ngx_flag_t server_names;
H A Dngx_http_mirror_module.c15 ngx_flag_t request_body;
H A Dngx_http_random_index_module.c14 ngx_flag_t enable;
H A Dngx_http_autoindex_module.c41 ngx_flag_t enable;
43 ngx_flag_t localtime;
44 ngx_flag_t exact_size;
H A Dngx_http_rewrite_module.c18 ngx_flag_t log;
19 ngx_flag_t uninitialized_variable_warn;
H A Dngx_http_sub_filter_module.c43 ngx_flag_t once;
44 ngx_flag_t last_modified;
H A Dngx_http_gzip_filter_module.c16 ngx_flag_t enable;
17 ngx_flag_t no_buffer;
H A Dngx_http_realip_module.c24 ngx_flag_t recursive;
H A Dngx_http_ssi_filter_module.c21 ngx_flag_t enable;
22 ngx_flag_t silent_errors;
23 ngx_flag_t ignore_recycled_buffers;
24 ngx_flag_t last_modified;
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.h23 ngx_flag_t enable;
24 ngx_flag_t prefer_server_ciphers;
54 ngx_flag_t session_tickets;
H A Dngx_mail_proxy_module.c16 ngx_flag_t enable;
17 ngx_flag_t pass_error_message;
18 ngx_flag_t xclient;
23 ngx_flag_t kernel_network_stack;
H A Dngx_mail.h119 ngx_flag_t kernel_network_stack; /* kernel_network_stack */
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.h40 ngx_flag_t push_preload;
42 ngx_flag_t push;
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.h20 ngx_flag_t prefer_server_ciphers;
52 ngx_flag_t session_tickets;
H A Dngx_stream.h180 ngx_flag_t tcp_nodelay;
192 ngx_flag_t kernel_network_stack; /* kernel_network_stack */
H A Dngx_stream_proxy_module.c32 ngx_flag_t next_upstream;
33 ngx_flag_t proxy_protocol;
35 ngx_flag_t socket_keepalive;
38 ngx_flag_t ssl_enable;
39 ngx_flag_t ssl_session_reuse;
43 ngx_flag_t ssl_server_name;
45 ngx_flag_t ssl_verify;
57 ngx_flag_t kernel_network_stack;
H A Dngx_stream_ssl_preread_module.c13 ngx_flag_t enabled;
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.h88 ngx_flag_t daemon;
89 ngx_flag_t master;
H A Dngx_config.h83 typedef intptr_t ngx_flag_t; typedef
H A Dngx_regex.c13 ngx_flag_t pcre_jit;
409 ngx_flag_t *fp = data; in ngx_regex_pcre_jit()
H A Dngx_conf_file.c1031 ngx_flag_t *fp; in ngx_conf_set_flag_slot()
1034 fp = (ngx_flag_t *) (p + cmd->offset); in ngx_conf_set_flag_slot()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h496 ngx_flag_t multi_accept;
497 ngx_flag_t accept_mutex;

12