j                 523 http/modules/ngx_http_ssl_module.c     ngx_uint_t   i, j;
j                 566 http/modules/ngx_http_ssl_module.c             for (j = sizeof("shared:") - 1; j < value[i].len; j++) {
j                 567 http/modules/ngx_http_ssl_module.c                 if (value[i].data[j] == ':') {
j                 568 http/modules/ngx_http_ssl_module.c                     value[i].data[j] = '\0';
j                 582 http/modules/ngx_http_ssl_module.c             size.len = value[i].len - j - 1;
j                 448 http/ngx_http.c     ngx_int_t                   j;
j                 549 http/ngx_http.c         for (j = cmcf->phases[i].handlers.nelts - 1; j >=0; j--) {
j                 551 http/ngx_http.c             ph->handler = h[j];
j                4341 http/ngx_http_upstream.c     ngx_uint_t       i, j;
j                4397 http/ngx_http_upstream.c             for (j = 0; j < hide_headers.nelts; j++) {
j                4398 http/ngx_http_upstream.c                 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) {
j                4424 http/ngx_http_upstream.c             for (j = 0; j < hide_headers.nelts; j++) {
j                4426 http/ngx_http_upstream.c                 if (hk[j].key.data == NULL) {
j                4430 http/ngx_http_upstream.c                 if (ngx_strcasecmp(h[i].data, hk[j].key.data) == 0) {
j                4431 http/ngx_http_upstream.c                     hk[j].key.data = NULL;
j                  23 http/ngx_http_upstream_round_robin.c     ngx_uint_t                     i, j, n;
j                  55 http/ngx_http_upstream_round_robin.c             for (j = 0; j < server[i].naddrs; j++) {
j                  60 http/ngx_http_upstream_round_robin.c                 peers->peer[n].sockaddr = server[i].addrs[j].sockaddr;
j                  61 http/ngx_http_upstream_round_robin.c                 peers->peer[n].socklen = server[i].addrs[j].socklen;
j                  62 http/ngx_http_upstream_round_robin.c                 peers->peer[n].name = server[i].addrs[j].name;
j                 108 http/ngx_http_upstream_round_robin.c             for (j = 0; j < server[i].naddrs; j++) {
j                 113 http/ngx_http_upstream_round_robin.c                 backup->peer[n].sockaddr = server[i].addrs[j].sockaddr;
j                 114 http/ngx_http_upstream_round_robin.c                 backup->peer[n].socklen = server[i].addrs[j].socklen;
j                 115 http/ngx_http_upstream_round_robin.c                 backup->peer[n].name = server[i].addrs[j].name;
j                 376 mail/ngx_mail_ssl_module.c     ngx_uint_t   i, j;
j                 419 mail/ngx_mail_ssl_module.c             for (j = sizeof("shared:") - 1; j < value[i].len; j++) {
j                 420 mail/ngx_mail_ssl_module.c                 if (value[i].data[j] == ':') {
j                 434 mail/ngx_mail_ssl_module.c             size.len = value[i].len - j - 1;