Home
last modified time | relevance | path

Searched refs:ngx_command_t (Results 1 – 25 of 111) sorted by relevance

12345

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h80 char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
113 ngx_command_t *dummy, void *conf);
270 char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
280 char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
281 char *ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
282 char *ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd,
285 char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
286 char *ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
287 char *ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
288 char *ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
[all …]
H A Dngx_conf_file.c19 static ngx_command_t ngx_conf_commands[] = {
362 ngx_command_t *cmd; in ngx_conf_handler()
821 ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_include()
1026 ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_set_flag_slot()
1066 ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_set_str_slot()
1167 ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_set_num_slot()
1198 ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_set_size_slot()
1229 ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_set_off_slot()
1260 ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_set_msec_slot()
1291 ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_set_sec_slot()
[all …]
H A Dnginx.c21 static char *ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
22 static char *ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
24 static char *ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd,
26 static char *ngx_set_worker_processes(ngx_conf_t *cf, ngx_command_t *cmd,
34 static char *ngx_set_fstack_conf(ngx_conf_t *cf, ngx_command_t *cmd,
45 static ngx_command_t ngx_core_commands[] = {
1210 ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_set_user()
1273 ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_set_env()
1303 ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_set_priority()
1524 ngx_load_module(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_load_module()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_empty_gif_module.c12 static char *ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd,
15 static ngx_command_t ngx_http_empty_gif_commands[] = {
132 ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_empty_gif()
H A Dngx_http_split_clients_module.c25 static char *ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd,
27 static char *ngx_http_split_clients(ngx_conf_t *cf, ngx_command_t *dummy,
30 static ngx_command_t ngx_http_split_clients_commands[] = {
111 ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_split_clients_block()
202 ngx_http_split_clients(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) in ngx_http_split_clients()
H A Dngx_http_browser_module.c65 static char *ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd,
67 static char *ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd,
69 static char *ngx_http_modern_browser_value(ngx_conf_t *cf, ngx_command_t *cmd,
71 static char *ngx_http_ancient_browser_value(ngx_conf_t *cf, ngx_command_t *cmd,
75 static ngx_command_t ngx_http_browser_commands[] = {
538 ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_modern_browser()
630 ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_ancient_browser()
666 ngx_http_modern_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_modern_browser_value()
691 ngx_http_ancient_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_ancient_browser_value()
H A Dngx_http_auth_request_module.c44 static char *ngx_http_auth_request(ngx_conf_t *cf, ngx_command_t *cmd,
46 static char *ngx_http_auth_request_set(ngx_conf_t *cf, ngx_command_t *cmd,
50 static ngx_command_t ngx_http_auth_request_commands[] = {
357 ngx_http_auth_request(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_auth_request()
383 ngx_http_auth_request_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_auth_request_set()
H A Dngx_http_degradation_module.c34 static char *ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd,
39 static ngx_command_t ngx_http_degradation_commands[] = {
197 ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_degradation()
H A Dngx_http_rewrite_module.c27 static char *ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
28 static char *ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd,
30 static char *ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd,
32 static char *ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd,
38 static char *ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd,
44 static ngx_command_t ngx_http_rewrite_commands[] = {
298 ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_rewrite()
437 ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_rewrite_return()
508 ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_rewrite_break()
526 ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_rewrite_if()
[all …]
H A Dngx_http_geoip_module.c84 static char *ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd,
86 static char *ngx_http_geoip_org(ngx_conf_t *cf, ngx_command_t *cmd,
88 static char *ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd,
90 static char *ngx_http_geoip_proxy(ngx_conf_t *cf, ngx_command_t *cmd,
97 static ngx_command_t ngx_http_geoip_commands[] = {
677 ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_geoip_country()
732 ngx_http_geoip_org(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_geoip_org()
793 ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_geoip_city()
850 ngx_http_geoip_proxy(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_geoip_proxy()
H A Dngx_http_mirror_module.c30 static char *ngx_http_mirror(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
34 static ngx_command_t ngx_http_mirror_commands[] = {
209 ngx_http_mirror(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_mirror()
H A Dngx_http_stub_status_module.c17 static char *ngx_http_set_stub_status(ngx_conf_t *cf, ngx_command_t *cmd,
21 static ngx_command_t ngx_http_status_commands[] = {
228 ngx_http_set_stub_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_set_stub_status()
H A Dngx_http_flv_module.c12 static char *ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
14 static ngx_command_t ngx_http_flv_commands[] = {
258 ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_flv()
H A Dngx_http_upstream_ip_hash_module.c32 static char *ngx_http_upstream_ip_hash(ngx_conf_t *cf, ngx_command_t *cmd,
36 static ngx_command_t ngx_http_upstream_ip_hash_commands[] = {
257 ngx_http_upstream_ip_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_upstream_ip_hash()
H A Dngx_http_upstream_least_conn_module.c17 static char *ngx_http_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd,
21 static ngx_command_t ngx_http_upstream_least_conn_commands[] = {
292 ngx_http_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_upstream_least_conn()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c18 static char *ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd,
20 static char *ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd,
22 static char *ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd,
24 static char *ngx_mail_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd,
26 static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
30 static ngx_command_t ngx_mail_core_commands[] = {
233 ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_core_server()
313 ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_core_listen()
606 ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_core_protocol()
648 ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_core_resolver()
[all …]
H A Dngx_mail_ssl_module.c20 static char *ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd,
22 static char *ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd,
24 static char *ngx_mail_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd,
26 static char *ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd,
64 static ngx_command_t ngx_mail_ssl_commands[] = {
469 ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_ssl_enable()
497 ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_ssl_starttls()
525 ngx_mail_ssl_password_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_ssl_password_file()
548 ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_mail_ssl_session_cache()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_split_clients_module.c25 static char *ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd,
27 static char *ngx_stream_split_clients(ngx_conf_t *cf, ngx_command_t *dummy,
30 static ngx_command_t ngx_stream_split_clients_commands[] = {
109 ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_conf_split_clients_block()
200 ngx_stream_split_clients(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) in ngx_stream_split_clients()
H A Dngx_stream_return_module.c27 static char *ngx_stream_return(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
30 static ngx_command_t ngx_stream_return_commands[] = {
189 ngx_stream_return(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_return()
H A Dngx_stream_core_module.c19 static char *ngx_stream_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd,
21 static char *ngx_stream_core_server(ngx_conf_t *cf, ngx_command_t *cmd,
23 static char *ngx_stream_core_listen(ngx_conf_t *cf, ngx_command_t *cmd,
25 static char *ngx_stream_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
29 static ngx_command_t ngx_stream_core_commands[] = {
503 ngx_stream_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_core_error_log()
512 ngx_stream_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_core_server()
593 ngx_stream_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_core_listen()
917 ngx_stream_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_core_resolver()
H A Dngx_stream_geoip_module.c83 static char *ngx_stream_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd,
85 static char *ngx_stream_geoip_org(ngx_conf_t *cf, ngx_command_t *cmd,
87 static char *ngx_stream_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd,
92 static ngx_command_t ngx_stream_geoip_commands[] = {
626 ngx_stream_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_geoip_country()
681 ngx_stream_geoip_org(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_geoip_org()
742 ngx_stream_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_geoip_city()
H A Dngx_stream_upstream_least_conn_module.c17 static char *ngx_stream_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd,
21 static ngx_command_t ngx_stream_upstream_least_conn_commands[] = {
288 ngx_stream_upstream_least_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_upstream_least_conn()
H A Dngx_stream_map_module.c45 static char *ngx_stream_map_block(ngx_conf_t *cf, ngx_command_t *cmd,
47 static char *ngx_stream_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf);
50 static ngx_command_t ngx_stream_map_commands[] = {
174 ngx_stream_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_stream_map_block()
380 ngx_stream_map(ngx_conf_t *cf, ngx_command_t *dummy, void *conf) in ngx_stream_map()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c30 static char *ngx_http_v2_push(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
39 static char *ngx_http_v2_spdy_deprecated(ngx_conf_t *cf, ngx_command_t *cmd,
55 static ngx_command_t ngx_http_v2_commands[] = {
451 ngx_http_v2_push(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_v2_push()
603 ngx_http_v2_spdy_deprecated(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_http_v2_spdy_deprecated()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c26 static char *ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
28 static char *ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd,
30 static char *ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
31 static char *ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd,
88 static ngx_command_t ngx_events_commands[] = {
127 static ngx_command_t ngx_event_core_commands[] = {
1006 ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_events_block()
1084 ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_event_connections()
1110 ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_event_use()
1173 ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) in ngx_event_debug_connection()

12345