cmd                18 core/nginx.c   static char *ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                19 core/nginx.c   static char *ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                20 core/nginx.c   static char *ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                21 core/nginx.c   static char *ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              1105 core/nginx.c   ngx_set_user(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1168 core/nginx.c   ngx_set_env(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1198 core/nginx.c   ngx_set_priority(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1238 core/nginx.c   ngx_set_cpu_affinity(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                14 core/ngx_conf_file.c static char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               286 core/ngx_conf_file.c     ngx_command_t  *cmd;
cmd               302 core/ngx_conf_file.c         cmd = ngx_modules[i]->commands;
cmd               303 core/ngx_conf_file.c         if (cmd == NULL) {
cmd               307 core/ngx_conf_file.c         for ( /* void */ ; cmd->name.len; cmd++) {
cmd               309 core/ngx_conf_file.c             if (name->len != cmd->name.len) {
cmd               313 core/ngx_conf_file.c             if (ngx_strcmp(name->data, cmd->name.data) != 0) {
cmd               320 core/ngx_conf_file.c             if (!(cmd->type & cf->cmd_type)) {
cmd               321 core/ngx_conf_file.c                 if (cmd->type & NGX_CONF_MULTI) {
cmd               329 core/ngx_conf_file.c             if (!(cmd->type & NGX_CONF_BLOCK) && last != NGX_OK) {
cmd               336 core/ngx_conf_file.c             if ((cmd->type & NGX_CONF_BLOCK) && last != NGX_CONF_BLOCK_START) {
cmd               345 core/ngx_conf_file.c             if (!(cmd->type & NGX_CONF_ANY)) {
cmd               347 core/ngx_conf_file.c                 if (cmd->type & NGX_CONF_FLAG) {
cmd               353 core/ngx_conf_file.c                 } else if (cmd->type & NGX_CONF_1MORE) {
cmd               359 core/ngx_conf_file.c                 } else if (cmd->type & NGX_CONF_2MORE) {
cmd               369 core/ngx_conf_file.c                 } else if (!(cmd->type & argument_number[cf->args->nelts - 1]))
cmd               379 core/ngx_conf_file.c             if (cmd->type & NGX_DIRECT_CONF) {
cmd               382 core/ngx_conf_file.c             } else if (cmd->type & NGX_MAIN_CONF) {
cmd               386 core/ngx_conf_file.c                 confp = *(void **) ((char *) cf->ctx + cmd->conf);
cmd               393 core/ngx_conf_file.c             rv = cmd->set(cf, cmd, conf);
cmd               741 core/ngx_conf_file.c ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1042 core/ngx_conf_file.c ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1050 core/ngx_conf_file.c     fp = (ngx_flag_t *) (p + cmd->offset);
cmd              1068 core/ngx_conf_file.c                      value[1].data, cmd->name.data);
cmd              1072 core/ngx_conf_file.c     if (cmd->post) {
cmd              1073 core/ngx_conf_file.c         post = cmd->post;
cmd              1082 core/ngx_conf_file.c ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1089 core/ngx_conf_file.c     field = (ngx_str_t *) (p + cmd->offset);
cmd              1099 core/ngx_conf_file.c     if (cmd->post) {
cmd              1100 core/ngx_conf_file.c         post = cmd->post;
cmd              1109 core/ngx_conf_file.c ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1117 core/ngx_conf_file.c     a = (ngx_array_t **) (p + cmd->offset);
cmd              1135 core/ngx_conf_file.c     if (cmd->post) {
cmd              1136 core/ngx_conf_file.c         post = cmd->post;
cmd              1145 core/ngx_conf_file.c ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1154 core/ngx_conf_file.c     a = (ngx_array_t **) (p + cmd->offset);
cmd              1173 core/ngx_conf_file.c     if (cmd->post) {
cmd              1174 core/ngx_conf_file.c         post = cmd->post;
cmd              1183 core/ngx_conf_file.c ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1192 core/ngx_conf_file.c     np = (ngx_int_t *) (p + cmd->offset);
cmd              1204 core/ngx_conf_file.c     if (cmd->post) {
cmd              1205 core/ngx_conf_file.c         post = cmd->post;
cmd              1214 core/ngx_conf_file.c ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1223 core/ngx_conf_file.c     sp = (size_t *) (p + cmd->offset);
cmd              1235 core/ngx_conf_file.c     if (cmd->post) {
cmd              1236 core/ngx_conf_file.c         post = cmd->post;
cmd              1245 core/ngx_conf_file.c ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1254 core/ngx_conf_file.c     op = (off_t *) (p + cmd->offset);
cmd              1266 core/ngx_conf_file.c     if (cmd->post) {
cmd              1267 core/ngx_conf_file.c         post = cmd->post;
cmd              1276 core/ngx_conf_file.c ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1285 core/ngx_conf_file.c     msp = (ngx_msec_t *) (p + cmd->offset);
cmd              1301 core/ngx_conf_file.c     if (cmd->post) {
cmd              1302 core/ngx_conf_file.c         post = cmd->post;
cmd              1311 core/ngx_conf_file.c ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1320 core/ngx_conf_file.c     sp = (time_t *) (p + cmd->offset);
cmd              1336 core/ngx_conf_file.c     if (cmd->post) {
cmd              1337 core/ngx_conf_file.c         post = cmd->post;
cmd              1346 core/ngx_conf_file.c ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1354 core/ngx_conf_file.c     bufs = (ngx_bufs_t *) (p + cmd->offset);
cmd              1376 core/ngx_conf_file.c ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1384 core/ngx_conf_file.c     np = (ngx_uint_t *) (p + cmd->offset);
cmd              1391 core/ngx_conf_file.c     e = cmd->post;
cmd              1413 core/ngx_conf_file.c ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1422 core/ngx_conf_file.c     np = (ngx_uint_t *) (p + cmd->offset);
cmd              1424 core/ngx_conf_file.c     mask = cmd->post;
cmd              1459 core/ngx_conf_file.c ngx_conf_unsupported(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                80 core/ngx_conf_file.h     char               *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               328 core/ngx_conf_file.h char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               329 core/ngx_conf_file.h char *ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               330 core/ngx_conf_file.h char *ngx_conf_set_str_array_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               332 core/ngx_conf_file.h char *ngx_conf_set_keyval_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               333 core/ngx_conf_file.h char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               334 core/ngx_conf_file.h char *ngx_conf_set_size_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               335 core/ngx_conf_file.h char *ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               336 core/ngx_conf_file.h char *ngx_conf_set_msec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               337 core/ngx_conf_file.h char *ngx_conf_set_sec_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               338 core/ngx_conf_file.h char *ngx_conf_set_bufs_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               339 core/ngx_conf_file.h char *ngx_conf_set_enum_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               340 core/ngx_conf_file.h char *ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               238 core/ngx_file.c ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               247 core/ngx_file.c     slot = (ngx_path_t **) (p + cmd->offset);
cmd               345 core/ngx_file.c ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               353 core/ngx_file.c     access = (ngx_uint_t *) (confp + cmd->offset);
cmd               139 core/ngx_file.h char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               142 core/ngx_file.h char *ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                11 core/ngx_log.c static char *ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               424 core/ngx_log.c ngx_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                25 event/ngx_event.c static char *ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                27 event/ngx_event.c static char *ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                29 event/ngx_event.c static char *ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                30 event/ngx_event.c static char *ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               877 event/ngx_event.c ngx_events_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               955 event/ngx_event.c ngx_event_connections(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               965 event/ngx_event.c     if (ngx_strcmp(cmd->name.data, "connections") == 0) {
cmd               987 event/ngx_event.c ngx_event_use(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1050 event/ngx_event.c ngx_event_debug_connection(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                42 event/ngx_event_openssl.c static char *ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd              2277 event/ngx_event_openssl.c ngx_openssl_engine(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                44 http/modules/ngx_http_access_module.c static char *ngx_http_access_rule(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               237 http/modules/ngx_http_access_module.c ngx_http_access_rule(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                37 http/modules/ngx_http_auth_basic_module.c static char *ngx_http_auth_basic_user_file(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               450 http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_user_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                71 http/modules/ngx_http_browser_module.c static char *ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                73 http/modules/ngx_http_browser_module.c static char *ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                75 http/modules/ngx_http_browser_module.c static char *ngx_http_modern_browser_value(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                77 http/modules/ngx_http_browser_module.c static char *ngx_http_ancient_browser_value(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               538 http/modules/ngx_http_browser_module.c ngx_http_modern_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               630 http/modules/ngx_http_browser_module.c ngx_http_ancient_browser(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               666 http/modules/ngx_http_browser_module.c ngx_http_modern_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               691 http/modules/ngx_http_browser_module.c ngx_http_ancient_browser_value(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               109 http/modules/ngx_http_charset_filter_module.c static char *ngx_http_charset_map_block(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               114 http/modules/ngx_http_charset_filter_module.c static char *ngx_http_set_charset_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              1166 http/modules/ngx_http_charset_filter_module.c ngx_http_charset_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1392 http/modules/ngx_http_charset_filter_module.c ngx_http_set_charset_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1400 http/modules/ngx_http_charset_filter_module.c     cp = (ngx_int_t *) (p + cmd->offset);
cmd              1408 http/modules/ngx_http_charset_filter_module.c     if (cmd->offset == offsetof(ngx_http_charset_loc_conf_t, charset)
cmd                33 http/modules/ngx_http_degradation_module.c static char *ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               196 http/modules/ngx_http_degradation_module.c ngx_http_degradation(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                11 http/modules/ngx_http_empty_gif_module.c static char *ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               138 http/modules/ngx_http_empty_gif_module.c ngx_http_empty_gif(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               152 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_pass(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               155 http/modules/ngx_http_fastcgi_module.c     ngx_command_t *cmd, void *conf);
cmd               156 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_store(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               159 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               161 http/modules/ngx_http_fastcgi_module.c static char *ngx_http_fastcgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              2605 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2667 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_split_path_info(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2705 http/modules/ngx_http_fastcgi_module.c                        "\"%V\" requires PCRE library", &cmd->name);
cmd              2713 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2772 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2804 http/modules/ngx_http_fastcgi_module.c ngx_http_fastcgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                11 http/modules/ngx_http_flv_module.c static char *ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               245 http/modules/ngx_http_flv_module.c ngx_http_flv(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                72 http/modules/ngx_http_geo_module.c static char *ngx_http_geo_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               290 http/modules/ngx_http_geo_module.c ngx_http_geo_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                43 http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                45 http/modules/ngx_http_geoip_module.c static char *ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               428 http/modules/ngx_http_geoip_module.c ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               478 http/modules/ngx_http_geoip_module.c ngx_http_geoip_city(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                60 http/modules/ngx_http_headers_filter_module.c static char *ngx_http_headers_expires(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                62 http/modules/ngx_http_headers_filter_module.c static char *ngx_http_headers_add(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               459 http/modules/ngx_http_headers_filter_module.c ngx_http_headers_expires(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               554 http/modules/ngx_http_headers_filter_module.c ngx_http_headers_add(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               104 http/modules/ngx_http_image_filter_module.c static char *ngx_http_image_filter(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               107 http/modules/ngx_http_image_filter_module.c     ngx_command_t *cmd, void *conf);
cmd              1195 http/modules/ngx_http_image_filter_module.c ngx_http_image_filter(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1344 http/modules/ngx_http_image_filter_module.c ngx_http_image_filter_jpeg_quality(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                37 http/modules/ngx_http_index_module.c static char *ngx_http_index_set_index(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               439 http/modules/ngx_http_index_module.c ngx_http_index_set_index(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                61 http/modules/ngx_http_limit_req_module.c static char *ngx_http_limit_req_zone(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                63 http/modules/ngx_http_limit_req_module.c static char *ngx_http_limit_req(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               586 http/modules/ngx_http_limit_req_module.c ngx_http_limit_req_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               685 http/modules/ngx_http_limit_req_module.c                            &cmd->name);
cmd               692 http/modules/ngx_http_limit_req_module.c                            &cmd->name);
cmd               721 http/modules/ngx_http_limit_req_module.c ngx_http_limit_req(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               778 http/modules/ngx_http_limit_req_module.c                            &cmd->name);
cmd                45 http/modules/ngx_http_limit_zone_module.c static char *ngx_http_limit_zone(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                47 http/modules/ngx_http_limit_zone_module.c static char *ngx_http_limit_conn(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               434 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_zone(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               502 http/modules/ngx_http_limit_zone_module.c ngx_http_limit_conn(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               114 http/modules/ngx_http_log_module.c static char *ngx_http_log_set_log(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               116 http/modules/ngx_http_log_module.c static char *ngx_http_log_set_format(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               120 http/modules/ngx_http_log_module.c static char *ngx_http_log_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               852 http/modules/ngx_http_log_module.c ngx_http_log_set_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               999 http/modules/ngx_http_log_module.c ngx_http_log_set_format(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1226 http/modules/ngx_http_log_module.c ngx_http_log_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                44 http/modules/ngx_http_map_module.c static char *ngx_http_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               173 http/modules/ngx_http_map_module.c ngx_http_map_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                38 http/modules/ngx_http_memcached_module.c static char *ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               584 http/modules/ngx_http_memcached_module.c ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               119 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               121 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               123 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_store(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               126 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               128 http/modules/ngx_http_proxy_module.c static char *ngx_http_proxy_cache_key(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              2342 http/modules/ngx_http_proxy_module.c ngx_http_proxy_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2468 http/modules/ngx_http_proxy_module.c ngx_http_proxy_redirect(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2593 http/modules/ngx_http_proxy_module.c ngx_http_proxy_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2652 http/modules/ngx_http_proxy_module.c ngx_http_proxy_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              2684 http/modules/ngx_http_proxy_module.c ngx_http_proxy_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                46 http/modules/ngx_http_realip_module.c static char *ngx_http_realip_from(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                48 http/modules/ngx_http_realip_module.c static char *ngx_http_realip(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               312 http/modules/ngx_http_realip_module.c ngx_http_realip_from(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               372 http/modules/ngx_http_realip_module.c ngx_http_realip(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                38 http/modules/ngx_http_referer_module.c static char *ngx_http_valid_referers(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               355 http/modules/ngx_http_referer_module.c ngx_http_valid_referers(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                26 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                27 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                29 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                31 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                37 http/modules/ngx_http_rewrite_module.c static char *ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               293 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               432 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_return(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               497 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_break(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               515 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_if(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               880 http/modules/ngx_http_rewrite_module.c ngx_http_rewrite_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                47 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                48 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                53 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                55 http/modules/ngx_http_scgi_module.c static char *ngx_http_scgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              1480 http/modules/ngx_http_scgi_module.c ngx_http_scgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1541 http/modules/ngx_http_scgi_module.c ngx_http_scgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1598 http/modules/ngx_http_scgi_module.c ngx_http_scgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1630 http/modules/ngx_http_scgi_module.c ngx_http_scgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                24 http/modules/ngx_http_split_clients_module.c static char *ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               110 http/modules/ngx_http_split_clients_module.c ngx_conf_split_clients_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               379 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_command_t    *cmd;
cmd               613 http/modules/ngx_http_ssi_filter_module.c                 cmd = ngx_hash_find(&smcf->hash, ctx->key, ctx->command.data,
cmd               616 http/modules/ngx_http_ssi_filter_module.c                 if (cmd == NULL) {
cmd               627 http/modules/ngx_http_ssi_filter_module.c                 if (cmd->conditional
cmd               629 http/modules/ngx_http_ssi_filter_module.c                         || ctx->conditional > cmd->conditional))
cmd               637 http/modules/ngx_http_ssi_filter_module.c                 if (!ctx->output && !cmd->block) {
cmd               707 http/modules/ngx_http_ssi_filter_module.c                     if (cmd->conditional == 0) {
cmd               726 http/modules/ngx_http_ssi_filter_module.c                     for (prm = cmd->params; prm->name.len; prm++) {
cmd               770 http/modules/ngx_http_ssi_filter_module.c                 for (prm = cmd->params; prm->name.len; prm++) {
cmd               781 http/modules/ngx_http_ssi_filter_module.c                 if (cmd->flush && ctx->out) {
cmd               791 http/modules/ngx_http_ssi_filter_module.c                 rc = cmd->handler(r, ctx, params);
cmd              2653 http/modules/ngx_http_ssi_filter_module.c     ngx_http_ssi_command_t    *cmd;
cmd              2668 http/modules/ngx_http_ssi_filter_module.c     for (cmd = ngx_http_ssi_commands; cmd->name.len; cmd++) {
cmd              2669 http/modules/ngx_http_ssi_filter_module.c         rc = ngx_hash_add_key(&smcf->commands, &cmd->name, cmd,
cmd              2678 http/modules/ngx_http_ssi_filter_module.c                                "conflicting SSI command \"%V\"", &cmd->name);
cmd                29 http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                31 http/modules/ngx_http_ssl_module.c static char *ngx_http_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               496 http/modules/ngx_http_ssl_module.c ngx_http_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               502 http/modules/ngx_http_ssl_module.c     rv = ngx_conf_set_flag_slot(cf, cmd, conf);
cmd               516 http/modules/ngx_http_ssl_module.c ngx_http_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                12 http/modules/ngx_http_stub_status_module.c static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               135 http/modules/ngx_http_stub_status_module.c static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                60 http/modules/ngx_http_sub_filter_module.c static char * ngx_http_sub_filter(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               622 http/modules/ngx_http_sub_filter_module.c ngx_http_sub_filter(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                30 http/modules/ngx_http_upstream_ip_hash_module.c static char *ngx_http_upstream_ip_hash(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               222 http/modules/ngx_http_upstream_ip_hash_module.c ngx_http_upstream_ip_hash(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                60 http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_expires(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                63 http/modules/ngx_http_userid_filter_module.c static char *ngx_http_userid_mark(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               708 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_expires(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               757 http/modules/ngx_http_userid_filter_module.c ngx_http_userid_mark(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                54 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_pass(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                56 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                61 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                63 http/modules/ngx_http_uwsgi_module.c static char *ngx_http_uwsgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              1531 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1592 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_store(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1650 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1682 http/modules/ngx_http_uwsgi_module.c ngx_http_uwsgi_cache_key(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                83 http/modules/ngx_http_xslt_filter_module.c static char *ngx_http_xslt_entities(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                85 http/modules/ngx_http_xslt_filter_module.c static char *ngx_http_xslt_stylesheet(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               706 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_entities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               761 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_stylesheet(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                54 http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                55 http/modules/perl/ngx_http_perl_module.c static char *ngx_http_perl_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               907 http/modules/perl/ngx_http_perl_module.c ngx_http_perl(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               960 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_set(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                12 http/ngx_http.c static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               118 http/ngx_http.c ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1906 http/ngx_http.c ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1915 http/ngx_http.c     types = (ngx_array_t **) (p + cmd->offset);
cmd              1921 http/ngx_http.c     default_type = cmd->post;
cmd               138 http/ngx_http.h char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd               197 http/ngx_http_busy_lock.c char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               206 http/ngx_http_busy_lock.c     blp = (ngx_http_busy_lock_t **) (p + cmd->offset);
cmd                49 http/ngx_http_busy_lock.h char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               137 http/ngx_http_cache.h char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               139 http/ngx_http_cache.h char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                37 http/ngx_http_core_module.c static char *ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                39 http/ngx_http_core_module.c static char *ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                44 http/ngx_http_core_module.c static char *ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                49 http/ngx_http_core_module.c static char *ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                51 http/ngx_http_core_module.c static char *ngx_http_core_server_name(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                53 http/ngx_http_core_module.c static char *ngx_http_core_root(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                54 http/ngx_http_core_module.c static char *ngx_http_core_limit_except(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                56 http/ngx_http_core_module.c static char *ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                58 http/ngx_http_core_module.c static char *ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                60 http/ngx_http_core_module.c static char *ngx_http_core_try_files(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                62 http/ngx_http_core_module.c static char *ngx_http_core_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                64 http/ngx_http_core_module.c static char *ngx_http_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                66 http/ngx_http_core_module.c static char *ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                68 http/ngx_http_core_module.c static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                70 http/ngx_http_core_module.c static char *ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                73 http/ngx_http_core_module.c static char *ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              2438 http/ngx_http_core_module.c ngx_http_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
cmd              2562 http/ngx_http_core_module.c ngx_http_core_location(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
cmd              2796 http/ngx_http_core_module.c ngx_http_core_types(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              3431 http/ngx_http_core_module.c ngx_http_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              3644 http/ngx_http_core_module.c ngx_http_core_server_name(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              3752 http/ngx_http_core_module.c ngx_http_core_root(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              3761 http/ngx_http_core_module.c     alias = (cmd->name.len == sizeof("alias") - 1) ? 1 : 0;
cmd              3768 http/ngx_http_core_module.c                                &cmd->name);
cmd              3773 http/ngx_http_core_module.c                                &cmd->name, clcf->alias ? "alias" : "root");
cmd              3795 http/ngx_http_core_module.c                            &cmd->name);
cmd              3806 http/ngx_http_core_module.c                            &cmd->name);
cmd              3872 http/ngx_http_core_module.c ngx_http_core_limit_except(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              3972 http/ngx_http_core_module.c ngx_http_core_directio(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              3999 http/ngx_http_core_module.c ngx_http_core_error_page(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4119 http/ngx_http_core_module.c ngx_http_core_try_files(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4199 http/ngx_http_core_module.c ngx_http_core_open_file_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4277 http/ngx_http_core_module.c ngx_http_core_error_log(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4304 http/ngx_http_core_module.c ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4345 http/ngx_http_core_module.c ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4360 http/ngx_http_core_module.c ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4395 http/ngx_http_core_module.c ngx_http_gzip_disable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1510 http/ngx_http_file_cache.c ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1652 http/ngx_http_file_cache.c                            &cmd->name);
cmd              1664 http/ngx_http_file_cache.c     cache->shm_zone = ngx_shared_memory_add(cf, &name, size, cmd->post);
cmd              1687 http/ngx_http_file_cache.c ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              1699 http/ngx_http_file_cache.c     a = (ngx_array_t **) (p + cmd->offset);
cmd              1786 http/ngx_http_file_cache.c ngx_http_no_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1796 http/ngx_http_file_cache.c     a = (ngx_array_t **) (p + cmd->offset);
cmd               215 http/ngx_http_script.c ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               223 http/ngx_http_script.c     cv = (ngx_http_complex_value_t **) (p + cmd->offset);
cmd               278 http/ngx_http_script.c ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               288 http/ngx_http_script.c     a = (ngx_array_t **) (p + cmd->offset);
cmd               210 http/ngx_http_script.h char *ngx_http_set_complex_value_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               216 http/ngx_http_script.h char *ngx_http_set_predicate_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               125 http/ngx_http_upstream.c static char *ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy);
cmd               126 http/ngx_http_upstream.c static char *ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              3944 http/ngx_http_upstream.c ngx_http_upstream(ngx_conf_t *cf, ngx_command_t *cmd, void *dummy)
cmd              4052 http/ngx_http_upstream.c ngx_http_upstream_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              4301 http/ngx_http_upstream.c ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              4310 http/ngx_http_upstream.c     paddr = (ngx_addr_t **) (p + cmd->offset);
cmd               329 http/ngx_http_upstream.h char *ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                13 mail/ngx_mail.c static char *ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                73 mail/ngx_mail.c ngx_mail_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                85 mail/ngx_mail.c     if (cmd->name.data[0] == 'i') {
cmd               393 mail/ngx_mail.h char *ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                80 mail/ngx_mail_auth_http_module.c static char *ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
cmd                81 mail/ngx_mail_auth_http_module.c static char *ngx_mail_auth_http_header(ngx_conf_t *cf, ngx_command_t *cmd,
cmd              1376 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd              1426 mail/ngx_mail_auth_http_module.c ngx_mail_auth_http_header(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd                17 mail/ngx_mail_core_module.c static char *ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                19 mail/ngx_mail_core_module.c static char *ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                21 mail/ngx_mail_core_module.c static char *ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                23 mail/ngx_mail_core_module.c static char *ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               205 mail/ngx_mail_core_module.c ngx_mail_core_server(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               278 mail/ngx_mail_core_module.c ngx_mail_core_listen(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               459 mail/ngx_mail_core_module.c ngx_mail_core_protocol(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               492 mail/ngx_mail_core_module.c ngx_mail_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               530 mail/ngx_mail_core_module.c ngx_mail_capabilities(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               538 mail/ngx_mail_core_module.c     a = (ngx_array_t *) (p + cmd->offset);
cmd               848 mail/ngx_mail_smtp_handler.c     ngx_str_t   cmd;
cmd               855 mail/ngx_mail_smtp_handler.c     cmd.len = s->buffer->last - s->buffer->start;
cmd               856 mail/ngx_mail_smtp_handler.c     cmd.data = s->buffer->start;
cmd               858 mail/ngx_mail_smtp_handler.c     for (i = 0; i < cmd.len; i++) {
cmd               859 mail/ngx_mail_smtp_handler.c         ch = cmd.data[i];
cmd               865 mail/ngx_mail_smtp_handler.c         cmd.data[i] = '_';
cmd               868 mail/ngx_mail_smtp_handler.c     cmd.len = i;
cmd               870 mail/ngx_mail_smtp_handler.c     ngx_log_error(NGX_LOG_INFO, c->log, 0, err, &cmd);
cmd                18 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                20 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd,
cmd                22 mail/ngx_mail_ssl_module.c static char *ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd,
cmd               317 mail/ngx_mail_ssl_module.c ngx_mail_ssl_enable(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               323 mail/ngx_mail_ssl_module.c     rv = ngx_conf_set_flag_slot(cf, cmd, conf);
cmd               343 mail/ngx_mail_ssl_module.c ngx_mail_ssl_starttls(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
cmd               349 mail/ngx_mail_ssl_module.c     rv = ngx_conf_set_enum_slot(cf, cmd, conf);
cmd               369 mail/ngx_mail_ssl_module.c ngx_mail_ssl_session_cache(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)