args             1135 core/nginx.c       value = (ngx_str_t *) cf->args->elts;
args             1149 core/nginx.c       group = (char *) ((cf->args->nelts == 2) ? value[1].data : value[2].data);
args             1180 core/nginx.c       value = cf->args->elts;
args             1209 core/nginx.c       value = cf->args->elts;
args             1252 core/nginx.c       mask = ngx_palloc(cf->pool, (cf->args->nelts - 1) * sizeof(long));
args             1257 core/nginx.c       ccf->cpu_affinity_n = cf->args->nelts - 1;
args             1260 core/nginx.c       value = cf->args->elts;
args             1262 core/nginx.c       for (n = 1; n < cf->args->nelts; n++) {
args              288 core/ngx_conf_file.c     name = cf->args->elts;
args              349 core/ngx_conf_file.c                     if (cf->args->nelts != 2) {
args              355 core/ngx_conf_file.c                     if (cf->args->nelts < 2) {
args              361 core/ngx_conf_file.c                     if (cf->args->nelts < 3) {
args              365 core/ngx_conf_file.c                 } else if (cf->args->nelts > NGX_CONF_MAX_ARGS) {
args              369 core/ngx_conf_file.c                 } else if (!(cmd->type & argument_number[cf->args->nelts - 1]))
args              454 core/ngx_conf_file.c     cf->args->nelts = 0;
args              467 core/ngx_conf_file.c                 if (cf->args->nelts > 0) {
args              596 core/ngx_conf_file.c                 if (cf->args->nelts == 0) {
args              609 core/ngx_conf_file.c                 if (cf->args->nelts != 0) {
args              681 core/ngx_conf_file.c                 word = ngx_array_push(cf->args);
args              748 core/ngx_conf_file.c     value = cf->args->elts;
args             1012 core/ngx_conf_file.c     va_list  args;
args             1016 core/ngx_conf_file.c     va_start(args, fmt);
args             1017 core/ngx_conf_file.c     p = ngx_vslprintf(errstr, last, fmt, args);
args             1018 core/ngx_conf_file.c     va_end(args);
args             1056 core/ngx_conf_file.c     value = cf->args->elts;
args             1095 core/ngx_conf_file.c     value = cf->args->elts;
args             1131 core/ngx_conf_file.c     value = cf->args->elts;
args             1168 core/ngx_conf_file.c     value = cf->args->elts;
args             1198 core/ngx_conf_file.c     value = cf->args->elts;
args             1228 core/ngx_conf_file.c     value = cf->args->elts;
args             1259 core/ngx_conf_file.c     value = cf->args->elts;
args             1290 core/ngx_conf_file.c     value = cf->args->elts;
args             1325 core/ngx_conf_file.c     value = cf->args->elts;
args             1359 core/ngx_conf_file.c     value = cf->args->elts;
args             1390 core/ngx_conf_file.c     value = cf->args->elts;
args             1423 core/ngx_conf_file.c     value = cf->args->elts;
args             1426 core/ngx_conf_file.c     for (i = 1; i < cf->args->nelts; i++) {
args              167 core/ngx_conf_file.h     ngx_array_t          *args;
args              237 core/ngx_cycle.c     conf.args = ngx_array_create(pool, 10, sizeof(ngx_str_t));
args              238 core/ngx_cycle.c     if (conf.args == NULL) {
args              258 core/ngx_file.c     value = cf->args->elts;
args              276 core/ngx_file.c     for (i = 0, n = 2; n < cf->args->nelts; i++, n++) {
args              359 core/ngx_file.c     value = cf->args->elts;
args              363 core/ngx_file.c     for (i = 1; i < cf->args->nelts; i++) {
args              615 core/ngx_inet.c     u_char              *p, *host, *port, *last, *uri, *args;
args              635 core/ngx_inet.c     args = ngx_strlchr(host, last, '?');
args              637 core/ngx_inet.c     if (args) {
args              639 core/ngx_inet.c             uri = args;
args              641 core/ngx_inet.c         } else if (args < uri) {
args              642 core/ngx_inet.c             uri = args;
args               83 core/ngx_log.c     const char *fmt, va_list args)
args               88 core/ngx_log.c     va_list  args;
args              118 core/ngx_log.c     va_start(args, fmt);
args              119 core/ngx_log.c     p = ngx_vslprintf(p, last, fmt, args);
args              120 core/ngx_log.c     va_end(args);
args              124 core/ngx_log.c     p = ngx_vslprintf(p, last, fmt, args);
args              165 core/ngx_log.c     va_list  args;
args              168 core/ngx_log.c         va_start(args, fmt);
args              169 core/ngx_log.c         ngx_log_error_core(level, log, err, fmt, args);
args              170 core/ngx_log.c         va_end(args);
args              178 core/ngx_log.c     va_list  args;
args              180 core/ngx_log.c     va_start(args, fmt);
args              181 core/ngx_log.c     ngx_log_error_core(NGX_LOG_DEBUG, log, err, fmt, args);
args              182 core/ngx_log.c     va_end(args);
args              192 core/ngx_log.c     va_list   args;
args              195 core/ngx_log.c     va_start(args, fmt);
args              196 core/ngx_log.c     p = ngx_vsnprintf(errstr, sizeof(errstr) - 1, fmt, args);
args              197 core/ngx_log.c     va_end(args);
args              208 core/ngx_log.c     va_list   args;
args              216 core/ngx_log.c     va_start(args, fmt);
args              217 core/ngx_log.c     p = ngx_vslprintf(p, last, fmt, args);
args              218 core/ngx_log.c     va_end(args);
args              375 core/ngx_log.c     value = cf->args->elts;
args              377 core/ngx_log.c     for (i = 2; i < cf->args->nelts; i++) {
args              432 core/ngx_log.c     value = cf->args->elts;
args              446 core/ngx_log.c     if (cf->args->nelts == 2) {
args               91 core/ngx_log.h #define ngx_log_error(level, log, args...)                                    \
args               92 core/ngx_log.h     if ((log)->log_level >= level) ngx_log_error_core(level, log, args)
args               97 core/ngx_log.h #define ngx_log_debug(level, log, args...)                                    \
args               99 core/ngx_log.h         ngx_log_error_core(NGX_LOG_DEBUG, log, args)
args              110 core/ngx_log.h     const char *fmt, va_list args);
args              105 core/ngx_string.c     va_list   args;
args              107 core/ngx_string.c     va_start(args, fmt);
args              108 core/ngx_string.c     p = ngx_vslprintf(buf, (void *) -1, fmt, args);
args              109 core/ngx_string.c     va_end(args);
args              119 core/ngx_string.c     va_list   args;
args              121 core/ngx_string.c     va_start(args, fmt);
args              122 core/ngx_string.c     p = ngx_vslprintf(buf, buf + max, fmt, args);
args              123 core/ngx_string.c     va_end(args);
args              133 core/ngx_string.c     va_list   args;
args              135 core/ngx_string.c     va_start(args, fmt);
args              136 core/ngx_string.c     p = ngx_vslprintf(buf, last, fmt, args);
args              137 core/ngx_string.c     va_end(args);
args              144 core/ngx_string.c ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args)
args              217 core/ngx_string.c                     slen = va_arg(args, size_t);
args              232 core/ngx_string.c                 v = va_arg(args, ngx_str_t *);
args              241 core/ngx_string.c                 vv = va_arg(args, ngx_variable_value_t *);
args              250 core/ngx_string.c                 p = va_arg(args, u_char *);
args              267 core/ngx_string.c                 i64 = (int64_t) va_arg(args, off_t);
args              272 core/ngx_string.c                 i64 = (int64_t) va_arg(args, ngx_pid_t);
args              277 core/ngx_string.c                 i64 = (int64_t) va_arg(args, time_t);
args              282 core/ngx_string.c                 ms = (ngx_msec_t) va_arg(args, ngx_msec_t);
args              294 core/ngx_string.c                     i64 = (int64_t) va_arg(args, ssize_t);
args              296 core/ngx_string.c                     ui64 = (uint64_t) va_arg(args, size_t);
args              302 core/ngx_string.c                     i64 = (int64_t) va_arg(args, ngx_int_t);
args              304 core/ngx_string.c                     ui64 = (uint64_t) va_arg(args, ngx_uint_t);
args              315 core/ngx_string.c                     i64 = (int64_t) va_arg(args, int);
args              317 core/ngx_string.c                     ui64 = (uint64_t) va_arg(args, u_int);
args              323 core/ngx_string.c                     i64 = (int64_t) va_arg(args, long);
args              325 core/ngx_string.c                     ui64 = (uint64_t) va_arg(args, u_long);
args              331 core/ngx_string.c                     i64 = (int64_t) va_arg(args, int32_t);
args              333 core/ngx_string.c                     ui64 = (uint64_t) va_arg(args, uint32_t);
args              339 core/ngx_string.c                     i64 = va_arg(args, int64_t);
args              341 core/ngx_string.c                     ui64 = va_arg(args, uint64_t);
args              347 core/ngx_string.c                     i64 = (int64_t) va_arg(args, ngx_atomic_int_t);
args              349 core/ngx_string.c                     ui64 = (uint64_t) va_arg(args, ngx_atomic_uint_t);
args              359 core/ngx_string.c                 f = va_arg(args, double);
args              397 core/ngx_string.c                 i64 = (int64_t) va_arg(args, rlim_t);
args              403 core/ngx_string.c                 ui64 = (uintptr_t) va_arg(args, void *);
args              411 core/ngx_string.c                 d = va_arg(args, int);
args             1365 core/ngx_string.c     static uint32_t   args[] = {
args             1446 core/ngx_string.c         { uri, args, html, refresh, memcached, memcached };
args              152 core/ngx_string.h u_char *ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args);
args              153 core/ngx_string.h #define ngx_vsnprintf(buf, max, fmt, args)                                   \
args              154 core/ngx_string.h     ngx_vslprintf(buf, buf + (max), fmt, args)
args              971 event/ngx_event.c     value = cf->args->elts;
args             1000 event/ngx_event.c     value = cf->args->elts;
args             1061 event/ngx_event.c     value = cf->args->elts;
args             1388 event/ngx_event_openssl.c     va_list   args;
args             1394 event/ngx_event_openssl.c     va_start(args, fmt);
args             1395 event/ngx_event_openssl.c     p = ngx_vslprintf(errstr, last - 1, fmt, args);
args             1396 event/ngx_event_openssl.c     va_end(args);
args             2290 event/ngx_event_openssl.c     value = cf->args->elts;
args              252 http/modules/ngx_http_access_module.c     value = cf->args->elts;
args              461 http/modules/ngx_http_auth_basic_module.c     value = cf->args->elts;
args              548 http/modules/ngx_http_browser_module.c     value = cf->args->elts;
args              550 http/modules/ngx_http_browser_module.c     if (cf->args->nelts == 2) {
args              637 http/modules/ngx_http_browser_module.c     value = cf->args->elts;
args              639 http/modules/ngx_http_browser_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              678 http/modules/ngx_http_browser_module.c     value = cf->args->elts;
args              703 http/modules/ngx_http_browser_module.c     value = cf->args->elts;
args             1180 http/modules/ngx_http_charset_filter_module.c     value = cf->args->elts;
args             1312 http/modules/ngx_http_charset_filter_module.c     if (cf->args->nelts != 2) {
args             1317 http/modules/ngx_http_charset_filter_module.c     value = cf->args->elts;
args             1406 http/modules/ngx_http_charset_filter_module.c     value = cf->args->elts;
args              517 http/modules/ngx_http_dav_module.c     ngx_str_t                 path, uri, duri, args;
args              605 http/modules/ngx_http_dav_module.c     if (ngx_http_parse_unsafe_uri(r, &duri, &args, &flags) != NGX_OK) {
args              202 http/modules/ngx_http_degradation_module.c     value = cf->args->elts;
args             2627 http/modules/ngx_http_fastcgi_module.c     value = cf->args->elts;
args             2676 http/modules/ngx_http_fastcgi_module.c     value = cf->args->elts;
args             2726 http/modules/ngx_http_fastcgi_module.c     value = cf->args->elts;
args             2778 http/modules/ngx_http_fastcgi_module.c     value = cf->args->elts;
args             2811 http/modules/ngx_http_fastcgi_module.c     value = cf->args->elts;
args              165 http/modules/ngx_http_flv_module.c     if (r->args.len) {
args              304 http/modules/ngx_http_geo_module.c     value = cf->args->elts;
args              315 http/modules/ngx_http_geo_module.c     if (cf->args->nelts == 3) {
args              452 http/modules/ngx_http_geo_module.c     value = cf->args->elts;
args              454 http/modules/ngx_http_geo_module.c     if (cf->args->nelts == 1) {
args              473 http/modules/ngx_http_geo_module.c     if (cf->args->nelts != 2) {
args              438 http/modules/ngx_http_geoip_module.c     value = cf->args->elts;
args              449 http/modules/ngx_http_geoip_module.c     if (cf->args->nelts == 3) {
args              488 http/modules/ngx_http_geoip_module.c     value = cf->args->elts;
args              499 http/modules/ngx_http_geoip_module.c     if (cf->args->nelts == 3) {
args              470 http/modules/ngx_http_headers_filter_module.c     value = cf->args->elts;
args              472 http/modules/ngx_http_headers_filter_module.c     if (cf->args->nelts == 2) {
args              564 http/modules/ngx_http_headers_filter_module.c     value = cf->args->elts;
args             1205 http/modules/ngx_http_image_filter_module.c     value = cf->args->elts;
args             1209 http/modules/ngx_http_image_filter_module.c     if (cf->args->nelts == 2) {
args             1225 http/modules/ngx_http_image_filter_module.c     } else if (cf->args->nelts == 3) {
args             1354 http/modules/ngx_http_image_filter_module.c     value = cf->args->elts;
args              135 http/modules/ngx_http_index_module.c                 return ngx_http_internal_redirect(r, &index[i].name, &r->args);
args              191 http/modules/ngx_http_index_module.c                 return ngx_http_internal_redirect(r, &uri, &r->args);
args              264 http/modules/ngx_http_index_module.c         return ngx_http_internal_redirect(r, &uri, &r->args);
args              455 http/modules/ngx_http_index_module.c     value = cf->args->elts;
args              457 http/modules/ngx_http_index_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              459 http/modules/ngx_http_index_module.c         if (value[i].data[0] == '/' && i != cf->args->nelts - 1) {
args              596 http/modules/ngx_http_limit_req_module.c     value = cf->args->elts;
args              604 http/modules/ngx_http_limit_req_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              733 http/modules/ngx_http_limit_req_module.c     value = cf->args->elts;
args              737 http/modules/ngx_http_limit_req_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              441 http/modules/ngx_http_limit_zone_module.c     value = cf->args->elts;
args              513 http/modules/ngx_http_limit_zone_module.c     value = cf->args->elts;
args              119 http/modules/ngx_http_log_module.c     ngx_array_t *flushes, ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s);
args              864 http/modules/ngx_http_log_module.c     value = cf->args->elts;
args              868 http/modules/ngx_http_log_module.c         if (cf->args->nelts == 2) {
args              926 http/modules/ngx_http_log_module.c     if (cf->args->nelts >= 3) {
args              954 http/modules/ngx_http_log_module.c     if (cf->args->nelts == 4) {
args             1007 http/modules/ngx_http_log_module.c     value = cf->args->elts;
args             1038 http/modules/ngx_http_log_module.c     return ngx_http_log_compile_format(cf, fmt->flushes, fmt->ops, cf->args, 2);
args             1044 http/modules/ngx_http_log_module.c     ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s)
args             1054 http/modules/ngx_http_log_module.c     value = args->elts;
args             1056 http/modules/ngx_http_log_module.c     for ( /* void */ ; s < args->nelts; s++) {
args             1239 http/modules/ngx_http_log_module.c     value = cf->args->elts;
args             1246 http/modules/ngx_http_log_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              204 http/modules/ngx_http_map_module.c     value = cf->args->elts;
args              382 http/modules/ngx_http_map_module.c     value = cf->args->elts;
args              384 http/modules/ngx_http_map_module.c     if (cf->args->nelts == 1
args              390 http/modules/ngx_http_map_module.c     } else if (cf->args->nelts != 2) {
args              596 http/modules/ngx_http_memcached_module.c     value = cf->args->elts;
args              796 http/modules/ngx_http_proxy_module.c           + sizeof("?") - 1 + r->args.len;
args              818 http/modules/ngx_http_proxy_module.c     if (r->args.len > 0) {
args              820 http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, r->args.data, r->args.len);
args              893 http/modules/ngx_http_proxy_module.c                   + sizeof("?") - 1 + r->args.len;
args             1002 http/modules/ngx_http_proxy_module.c         if (r->args.len > 0) {
args             1004 http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, r->args.data, r->args.len);
args             2366 http/modules/ngx_http_proxy_module.c     value = cf->args->elts;
args             2482 http/modules/ngx_http_proxy_module.c     value = cf->args->elts;
args             2484 http/modules/ngx_http_proxy_module.c     if (cf->args->nelts == 2) {
args             2606 http/modules/ngx_http_proxy_module.c     value = cf->args->elts;
args             2658 http/modules/ngx_http_proxy_module.c     value = cf->args->elts;
args             2691 http/modules/ngx_http_proxy_module.c     value = cf->args->elts;
args              255 http/modules/ngx_http_random_index_module.c     return ngx_http_internal_redirect(r, &uri, &r->args);
args              321 http/modules/ngx_http_realip_module.c     value = cf->args->elts;
args              378 http/modules/ngx_http_realip_module.c     value = cf->args->elts;
args              390 http/modules/ngx_http_referer_module.c     value = cf->args->elts;
args              392 http/modules/ngx_http_referer_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              314 http/modules/ngx_http_rewrite_module.c     value = cf->args->elts;
args              353 http/modules/ngx_http_rewrite_module.c     if (cf->args->nelts == 4) {
args              396 http/modules/ngx_http_rewrite_module.c     regex->args = sc.args;
args              411 http/modules/ngx_http_rewrite_module.c     regex_end->args = regex->args;
args              447 http/modules/ngx_http_rewrite_module.c     value = cf->args->elts;
args              459 http/modules/ngx_http_rewrite_module.c         if (cf->args->nelts == 2
args              475 http/modules/ngx_http_rewrite_module.c         if (cf->args->nelts == 2) {
args              643 http/modules/ngx_http_rewrite_module.c     value = cf->args->elts;
args              644 http/modules/ngx_http_rewrite_module.c     last = cf->args->nelts - 1;
args              890 http/modules/ngx_http_rewrite_module.c     value = cf->args->elts;
args             1497 http/modules/ngx_http_scgi_module.c     value = cf->args->elts;
args             1552 http/modules/ngx_http_scgi_module.c     value = cf->args->elts;
args             1604 http/modules/ngx_http_scgi_module.c     value = cf->args->elts;
args             1637 http/modules/ngx_http_scgi_module.c     value = cf->args->elts;
args              126 http/modules/ngx_http_split_clients_module.c     value = cf->args->elts;
args              205 http/modules/ngx_http_split_clients_module.c     value = cf->args->elts;
args              404 http/modules/ngx_http_ssi_filter_module.c                    "http ssi filter \"%V?%V\"", &r->uri, &r->args);
args              411 http/modules/ngx_http_ssi_filter_module.c                            &ctx->wait->uri, &ctx->wait->args);
args              419 http/modules/ngx_http_ssi_filter_module.c                            &ctx->wait->uri, &ctx->wait->args);
args              426 http/modules/ngx_http_ssi_filter_module.c                            &ctx->wait->uri, &ctx->wait->args);
args             1829 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t                   *uri, *file, *wait, *set, *stub, args;
args             1913 http/modules/ngx_http_ssi_filter_module.c     ngx_str_null(&args);
args             1916 http/modules/ngx_http_ssi_filter_module.c     if (ngx_http_parse_unsafe_uri(r, uri, &args, &flags) != NGX_OK) {
args             2030 http/modules/ngx_http_ssi_filter_module.c     if (ngx_http_subrequest(r, uri, &args, &sr, psr, flags) != NGX_OK) {
args             2062 http/modules/ngx_http_ssi_filter_module.c                    "ssi stub output: \"%V?%V\"", &r->uri, &r->args);
args              525 http/modules/ngx_http_ssl_module.c     value = cf->args->elts;
args              527 http/modules/ngx_http_ssl_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              149 http/modules/ngx_http_static_module.c         if (!clcf->alias && clcf->root_lengths == NULL && r->args.len == 0) {
args              155 http/modules/ngx_http_static_module.c             if (r->args.len) {
args              156 http/modules/ngx_http_static_module.c                 len += r->args.len + 1;
args              168 http/modules/ngx_http_static_module.c             if (r->args.len) {
args              170 http/modules/ngx_http_static_module.c                 ngx_memcpy(++last, r->args.data, r->args.len);
args              633 http/modules/ngx_http_sub_filter_module.c     value = cf->args->elts;
args              718 http/modules/ngx_http_userid_filter_module.c     value = cf->args->elts;
args              767 http/modules/ngx_http_userid_filter_module.c     value = cf->args->elts;
args             1548 http/modules/ngx_http_uwsgi_module.c     value = cf->args->elts;
args             1604 http/modules/ngx_http_uwsgi_module.c     value = cf->args->elts;
args             1656 http/modules/ngx_http_uwsgi_module.c     value = cf->args->elts;
args             1689 http/modules/ngx_http_uwsgi_module.c     value = cf->args->elts;
args              424 http/modules/ngx_http_xslt_filter_module.c     va_list                      args;
args              432 http/modules/ngx_http_xslt_filter_module.c     va_start(args, msg);
args              433 http/modules/ngx_http_xslt_filter_module.c     n = (size_t) vsnprintf((char *) buf, NGX_MAX_ERROR_STR, msg, args);
args              434 http/modules/ngx_http_xslt_filter_module.c     va_end(args);
args              720 http/modules/ngx_http_xslt_filter_module.c     value = cf->args->elts;
args              774 http/modules/ngx_http_xslt_filter_module.c     value = cf->args->elts;
args              832 http/modules/ngx_http_xslt_filter_module.c     n = cf->args->nelts;
args               45 http/modules/perl/ngx_http_perl_module.c     HV *nginx, SV *sub, SV **args, ngx_str_t *handler, ngx_str_t *rv);
args              184 http/modules/perl/ngx_http_perl_module.c     ngx_str_t                   uri, args, *handler;
args              240 http/modules/perl/ngx_http_perl_module.c         args = ctx->redirect_args;
args              255 http/modules/perl/ngx_http_perl_module.c         ngx_http_internal_redirect(r, &uri, &args);
args              359 http/modules/perl/ngx_http_perl_module.c     ngx_str_t                  *handler, **args;
args              410 http/modules/perl/ngx_http_perl_module.c     args = &params[NGX_HTTP_PERL_SSI_ARG];
args              412 http/modules/perl/ngx_http_perl_module.c     if (args) {
args              414 http/modules/perl/ngx_http_perl_module.c         for (i = 0; args[i]; i++) { /* void */ }
args              425 http/modules/perl/ngx_http_perl_module.c         for (i = 0; args[i]; i++) {
args              426 http/modules/perl/ngx_http_perl_module.c             asv[i + 1] = newSVpvn((char *) args[i]->data, args[i]->len);
args              669 http/modules/perl/ngx_http_perl_module.c     SV **args, ngx_str_t *handler, ngx_str_t *rv)
args              691 http/modules/perl/ngx_http_perl_module.c     if (args) {
args              692 http/modules/perl/ngx_http_perl_module.c         EXTEND(sp, (intptr_t) args[0]);
args              694 http/modules/perl/ngx_http_perl_module.c         for (i = 1; i <= (ngx_uint_t) args[0]; i++) {
args              695 http/modules/perl/ngx_http_perl_module.c             PUSHs(sv_2mortal(args[i]));
args              915 http/modules/perl/ngx_http_perl_module.c     value = cf->args->elts;
args              968 http/modules/perl/ngx_http_perl_module.c     value = cf->args->elts;
args             1942 http/ngx_http.c     value = cf->args->elts;
args             1944 http/ngx_http.c     for (i = 1; i < cf->args->nelts; i++) {
args               84 http/ngx_http.h     ngx_str_t *args, ngx_uint_t *flags);
args               92 http/ngx_http.h     ngx_str_t *args);
args              226 http/ngx_http_busy_lock.c     value = cf->args->elts;
args              228 http/ngx_http_busy_lock.c     for (i = 1; i < cf->args->nelts; i++) {
args               91 http/ngx_http_copy_filter_module.c                    "http copy filter: \"%V?%V\"", &r->uri, &r->args);
args              151 http/ngx_http_copy_filter_module.c                        "http copy filter: %i \"%V?%V\"", rc, &r->uri, &r->args);
args              973 http/ngx_http_core_module.c         if (r->args.len == 0) {
args              977 http/ngx_http_core_module.c             len = clcf->name.len + 1 + r->args.len;
args              990 http/ngx_http_core_module.c             ngx_memcpy(p, r->args.data, r->args.len);
args             1140 http/ngx_http_core_module.c     ngx_str_t                     path, args;
args             1255 http/ngx_http_core_module.c                 ngx_http_split_args(r, &path, &args);
args             1257 http/ngx_http_core_module.c                 (void) ngx_http_internal_redirect(r, &path, &args);
args             1849 http/ngx_http_core_module.c                    "http output filter \"%V?%V\"", &r->uri, &r->args);
args             2167 http/ngx_http_core_module.c     ngx_str_t *uri, ngx_str_t *args, ngx_http_request_t **psr,
args             2228 http/ngx_http_core_module.c     if (args) {
args             2229 http/ngx_http_core_module.c         sr->args = *args;
args             2233 http/ngx_http_core_module.c                    "http subrequest \"%V?%V\"", uri, &sr->args);
args             2298 http/ngx_http_core_module.c     ngx_str_t *uri, ngx_str_t *args)
args             2316 http/ngx_http_core_module.c     if (args) {
args             2317 http/ngx_http_core_module.c         r->args = *args;
args             2320 http/ngx_http_core_module.c         ngx_str_null(&r->args);
args             2324 http/ngx_http_core_module.c                    "internal redirect: \"%V?%V\"", uri, &r->args);
args             2376 http/ngx_http_core_module.c                            name, &r->uri, &r->args);
args             2607 http/ngx_http_core_module.c     value = cf->args->elts;
args             2609 http/ngx_http_core_module.c     if (cf->args->nelts == 3) {
args             2831 http/ngx_http_core_module.c     value = cf->args->elts;
args             2852 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
args             3442 http/ngx_http_core_module.c     value = cf->args->elts;
args             3476 http/ngx_http_core_module.c     for (n = 2; n < cf->args->nelts; n++) {
args             3653 http/ngx_http_core_module.c     value = cf->args->elts;
args             3655 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
args             3787 http/ngx_http_core_module.c     value = cf->args->elts;
args             3892 http/ngx_http_core_module.c     value = cf->args->elts;
args             3894 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
args             3982 http/ngx_http_core_module.c     value = cf->args->elts;
args             4005 http/ngx_http_core_module.c     ngx_str_t                         *value, uri, args;
args             4019 http/ngx_http_core_module.c     value = cf->args->elts;
args             4021 http/ngx_http_core_module.c     i = cf->args->nelts - 2;
args             4050 http/ngx_http_core_module.c     uri = value[cf->args->nelts - 1];
args             4062 http/ngx_http_core_module.c     ngx_str_null(&args);
args             4071 http/ngx_http_core_module.c             args.len = (uri.data + uri.len) - p;
args             4072 http/ngx_http_core_module.c             args.data = p;
args             4076 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts - n; i++) {
args             4111 http/ngx_http_core_module.c         err->args = args;
args             4138 http/ngx_http_core_module.c     tf = ngx_pcalloc(cf->pool, cf->args->nelts * sizeof(ngx_http_try_file_t));
args             4145 http/ngx_http_core_module.c     value = cf->args->elts;
args             4147 http/ngx_http_core_module.c     for (i = 0; i < cf->args->nelts - 1; i++) {
args             4212 http/ngx_http_core_module.c     value = cf->args->elts;
args             4217 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
args             4287 http/ngx_http_core_module.c     value = cf->args->elts;
args             4294 http/ngx_http_core_module.c     if (cf->args->nelts == 2) {
args             4314 http/ngx_http_core_module.c     value = cf->args->elts;
args             4326 http/ngx_http_core_module.c     if (cf->args->nelts == 2) {
args             4371 http/ngx_http_core_module.c     value = cf->args->elts;
args             4415 http/ngx_http_core_module.c     value = cf->args->elts;
args             4423 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
args             4462 http/ngx_http_core_module.c     value = cf->args->elts;
args             4464 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              272 http/ngx_http_core_module.h     ngx_str_t                  args;
args              475 http/ngx_http_core_module.h     ngx_str_t *uri, ngx_str_t *args, ngx_http_request_t **sr,
args              478 http/ngx_http_core_module.h     ngx_str_t *uri, ngx_str_t *args);
args             1536 http/ngx_http_file_cache.c     value = cf->args->elts;
args             1548 http/ngx_http_file_cache.c     for (i = 2; i < cf->args->nelts; i++) {
args             1708 http/ngx_http_file_cache.c     value = cf->args->elts;
args             1709 http/ngx_http_file_cache.c     n = cf->args->nelts - 1;
args             1805 http/ngx_http_file_cache.c     value = cf->args->elts;
args             1807 http/ngx_http_file_cache.c     for (i = 1; i < cf->args->nelts; i++) {
args             1072 http/ngx_http_parse.c                 goto args;
args             1118 http/ngx_http_parse.c                 goto args;
args             1159 http/ngx_http_parse.c                 goto args;
args             1206 http/ngx_http_parse.c                 goto args;
args             1293 http/ngx_http_parse.c args:
args             1300 http/ngx_http_parse.c         r->args.len = p - 1 - r->args_start;
args             1301 http/ngx_http_parse.c         r->args.data = r->args_start;
args             1527 http/ngx_http_parse.c     ngx_str_t *args, ngx_uint_t *flags)
args             1552 http/ngx_http_parse.c             args->len = len - 1;
args             1553 http/ngx_http_parse.c             args->data = p;
args             1664 http/ngx_http_parse.c     if (r->args.len == 0) {
args             1668 http/ngx_http_parse.c     p = r->args.data;
args             1669 http/ngx_http_parse.c     last = p + r->args.len;
args             1681 http/ngx_http_parse.c         if ((p == r->args.data || *(p - 1) == '&') && *(p + len) == '=') {
args             1688 http/ngx_http_parse.c                 p = r->args.data + r->args.len;
args             1702 http/ngx_http_parse.c ngx_http_split_args(ngx_http_request_t *r, ngx_str_t *uri, ngx_str_t *args)
args             1713 http/ngx_http_parse.c         args->len = last - p;
args             1714 http/ngx_http_parse.c         args->data = p;
args             1717 http/ngx_http_parse.c         args->len = 0;
args               60 http/ngx_http_postpone_filter_module.c                    "http postpone filter \"%V?%V\" %p", &r->uri, &r->args, in);
args               73 http/ngx_http_postpone_filter_module.c                       &r->uri, &r->args);
args               99 http/ngx_http_postpone_filter_module.c                            &pr->request->uri, &pr->request->args);
args              111 http/ngx_http_postpone_filter_module.c                           &r->uri, &r->args);
args              116 http/ngx_http_postpone_filter_module.c                            &r->uri, &r->args);
args              786 http/ngx_http_request.c                 r->args.len = r->uri_end - r->args_start;
args              787 http/ngx_http_request.c                 r->args.data = r->args_start;
args              831 http/ngx_http_request.c                            "http args: \"%V\"", &r->args);
args             1794 http/ngx_http_request.c                    "http run request: \"%V?%V\"", &r->uri, &r->args);
args             1835 http/ngx_http_request.c                        "http posted request: \"%V?%V\"", &r->uri, &r->args);
args             1876 http/ngx_http_request.c                    rc, &r->uri, &r->args, r == c->data, r->main->count);
args             1957 http/ngx_http_request.c                            &r->uri, &r->args);
args             1980 http/ngx_http_request.c                               &r->uri, &r->args);
args             2008 http/ngx_http_request.c                        &pr->uri, &pr->args);
args             2025 http/ngx_http_request.c                       &r->uri, &r->args);
args             2203 http/ngx_http_request.c                    "http writer handler: \"%V?%V\"", &r->uri, &r->args);
args             2247 http/ngx_http_request.c                    rc, &r->uri, &r->args);
args             2268 http/ngx_http_request.c                    "http writer done: \"%V?%V\"", &r->uri, &r->args);
args             2280 http/ngx_http_request.c                    "http finalizer done: \"%V?%V\"", &r->uri, &r->args);
args              384 http/ngx_http_request.h     ngx_str_t                         args;
args              234 http/ngx_http_script.c     value = cf->args->elts;
args              297 http/ngx_http_script.c     value = cf->args->elts;
args              299 http/ngx_http_script.c     for (i = 1; i < cf->args->nelts; i++) {
args              436 http/ngx_http_script.c             sc->args = 1;
args              458 http/ngx_http_script.c                 sc->args = 1;
args              902 http/ngx_http_script.c     e->args = e->pos;
args             1048 http/ngx_http_script.c     if (code->add_args && r->args.len) {
args             1049 http/ngx_http_script.c         e->buf.len += r->args.len + 1;
args             1097 http/ngx_http_script.c         if (code->add_args && r->args.len) {
args             1098 http/ngx_http_script.c             *e->pos++ = (u_char) (code->args ? '&' : '?');
args             1099 http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
args             1124 http/ngx_http_script.c     if (e->args) {
args             1125 http/ngx_http_script.c         e->buf.len = e->args - e->buf.data;
args             1127 http/ngx_http_script.c         if (code->add_args && r->args.len) {
args             1129 http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
args             1132 http/ngx_http_script.c         r->args.len = e->pos - e->args;
args             1133 http/ngx_http_script.c         r->args.data = e->args;
args             1135 http/ngx_http_script.c         e->args = NULL;
args             1141 http/ngx_http_script.c             r->args.len = 0;
args             1148 http/ngx_http_script.c                       &e->buf, &r->args);
args               25 http/ngx_http_script.h     u_char                     *args;
args               61 http/ngx_http_script.h     unsigned                    args:1;
args              126 http/ngx_http_script.h     uintptr_t                   args:1;
args              142 http/ngx_http_script.h     uintptr_t                   args:1;
args              361 http/ngx_http_special_response.c                    error, &r->uri, &r->args);
args              528 http/ngx_http_special_response.c     ngx_str_t                  uri, args;
args              549 http/ngx_http_special_response.c             ngx_http_split_args(r, &uri, &args);
args              552 http/ngx_http_special_response.c             args = err_page->args;
args              560 http/ngx_http_special_response.c         return ngx_http_internal_redirect(r, &uri, &args);
args              897 http/ngx_http_upstream.c                    "http upstream request: \"%V?%V\"", &r->uri, &r->args);
args             1803 http/ngx_http_upstream.c     ngx_str_t                      *uri, args;
args             1845 http/ngx_http_upstream.c         ngx_str_null(&args);
args             1848 http/ngx_http_upstream.c         if (ngx_http_parse_unsafe_uri(r, uri, &args, &flags) != NGX_OK) {
args             1859 http/ngx_http_upstream.c         ngx_http_internal_redirect(r, uri, &args);
args             3958 http/ngx_http_upstream.c     value = cf->args->elts;
args             4078 http/ngx_http_upstream.c     value = cf->args->elts;
args             4098 http/ngx_http_upstream.c     for (i = 2; i < cf->args->nelts; i++) {
args             4317 http/ngx_http_upstream.c     value = cf->args->elts;
args              180 http/ngx_http_variables.c       offsetof(ngx_http_request_t, args),
args              186 http/ngx_http_variables.c       offsetof(ngx_http_request_t, args),
args             1101 http/ngx_http_variables.c     if (r->args.len == 0) {
args              225 mail/ngx_mail.h     ngx_array_t             args;
args             1383 mail/ngx_mail_auth_http_module.c     value = cf->args->elts;
args             1445 mail/ngx_mail_auth_http_module.c     value = cf->args->elts;
args              296 mail/ngx_mail_core_module.c     value = cf->args->elts;
args              389 mail/ngx_mail_core_module.c     for (i = 2; i < cf->args->nelts; i++) {
args              467 mail/ngx_mail_core_module.c     value = cf->args->elts;
args              499 mail/ngx_mail_core_module.c     value = cf->args->elts;
args              540 mail/ngx_mail_core_module.c     value = cf->args->elts;
args              542 mail/ngx_mail_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
args              341 mail/ngx_mail_handler.c     arg = s->args.elts;
args              400 mail/ngx_mail_handler.c     arg = s->args.elts;
args              428 mail/ngx_mail_handler.c     arg = s->args.elts;
args              491 mail/ngx_mail_handler.c     arg = s->args.elts;
args              664 mail/ngx_mail_handler.c     s->args.nelts = 0;
args               77 mail/ngx_mail_imap_handler.c         if (ngx_array_init(&s->args, c->pool, 2, sizeof(ngx_str_t))
args              147 mail/ngx_mail_imap_handler.c             arg = s->args.elts;
args              149 mail/ngx_mail_imap_handler.c             for (i = 0; i < s->args.nelts; i++) {
args              276 mail/ngx_mail_imap_handler.c         s->args.nelts = 0;
args              306 mail/ngx_mail_imap_handler.c     arg = s->args.elts;
args              308 mail/ngx_mail_imap_handler.c     if (s->args.nelts != 2 || arg[0].len == 0) {
args              115 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
args              144 mail/ngx_mail_parse.c                 arg = ngx_array_push(&s->args);
args              189 mail/ngx_mail_parse.c         arg = ngx_array_push(&s->args);
args              415 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
args              423 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
args              429 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
args              453 mail/ngx_mail_parse.c                 arg = ngx_array_push(&s->args);
args              539 mail/ngx_mail_parse.c             arg = ngx_array_push(&s->args);
args              553 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
args              589 mail/ngx_mail_parse.c         arg = ngx_array_push(&s->args);
args              749 mail/ngx_mail_parse.c                 if (s->args.nelts <= 10) {
args              763 mail/ngx_mail_parse.c                 arg = ngx_array_push(&s->args);
args              808 mail/ngx_mail_parse.c         arg = ngx_array_push(&s->args);
args              841 mail/ngx_mail_parse.c     arg = s->args.elts;
args              847 mail/ngx_mail_parse.c             if (s->args.nelts == 1) {
args              851 mail/ngx_mail_parse.c             if (s->args.nelts == 2) {
args              860 mail/ngx_mail_parse.c             if (s->args.nelts == 1) {
args              864 mail/ngx_mail_parse.c             if (s->args.nelts == 2) {
args              874 mail/ngx_mail_parse.c         if (s->args.nelts != 1) {
args               97 mail/ngx_mail_pop3_handler.c         if (ngx_array_init(&s->args, c->pool, 2, sizeof(ngx_str_t))
args              265 mail/ngx_mail_pop3_handler.c         s->args.nelts = 0;
args              288 mail/ngx_mail_pop3_handler.c     if (s->args.nelts != 1) {
args              292 mail/ngx_mail_pop3_handler.c     arg = s->args.elts;
args              315 mail/ngx_mail_pop3_handler.c     if (s->args.nelts != 1) {
args              319 mail/ngx_mail_pop3_handler.c     arg = s->args.elts;
args              401 mail/ngx_mail_pop3_handler.c     if (s->args.nelts != 2) {
args              411 mail/ngx_mail_pop3_handler.c     arg = s->args.elts;
args              452 mail/ngx_mail_pop3_handler.c     if (s->args.nelts == 0) {
args              366 mail/ngx_mail_smtp_handler.c     if (ngx_array_init(&s->args, c->pool, 2, sizeof(ngx_str_t)) == NGX_ERROR) {
args              505 mail/ngx_mail_smtp_handler.c         s->args.nelts = 0;
args              524 mail/ngx_mail_smtp_handler.c     if (s->args.nelts != 1) {
args              530 mail/ngx_mail_smtp_handler.c     arg = s->args.elts;
args              591 mail/ngx_mail_smtp_handler.c     if (s->args.nelts == 0) {
args              378 mail/ngx_mail_ssl_module.c     value = cf->args->elts;
args              380 mail/ngx_mail_ssl_module.c     for (i = 1; i < cf->args->nelts; i++) {