key_len           692 http/modules/ngx_http_fastcgi_module.c     size_t                        size, len, key_len, val_len, padding,
key_len           723 http/modules/ngx_http_fastcgi_module.c             key_len = lcode(&le);
key_len           730 http/modules/ngx_http_fastcgi_module.c             len += 1 + key_len + ((val_len > 127) ? 4 : 1) + val_len;
key_len           866 http/modules/ngx_http_fastcgi_module.c             key_len = (u_char) lcode(&le);
key_len           873 http/modules/ngx_http_fastcgi_module.c             *e.pos++ = (u_char) key_len;
key_len           893 http/modules/ngx_http_fastcgi_module.c                            key_len, e.pos - (key_len + val_len),
key_len           924 http/modules/ngx_http_fastcgi_module.c             key_len = sizeof("HTTP_") - 1 + header[i].key.len;
key_len           925 http/modules/ngx_http_fastcgi_module.c             if (key_len > 127) {
key_len           926 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) (((key_len >> 24) & 0x7f) | 0x80);
key_len           927 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) ((key_len >> 16) & 0xff);
key_len           928 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) ((key_len >> 8) & 0xff);
key_len           929 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) (key_len & 0xff);
key_len           932 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) key_len;
key_len           965 http/modules/ngx_http_fastcgi_module.c                            key_len, b->last - (key_len + val_len),
key_len           546 http/modules/ngx_http_uwsgi_module.c     size_t                        key_len, val_len, len, allocated;
key_len           575 http/modules/ngx_http_uwsgi_module.c             key_len = lcode(&le);
key_len           582 http/modules/ngx_http_uwsgi_module.c             len += 2 + key_len + 2 + val_len;
key_len           690 http/modules/ngx_http_uwsgi_module.c             key_len = (u_char) lcode (&le);
key_len           697 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) (key_len & 0xff);
key_len           698 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) ((key_len >> 8) & 0xff);
key_len           715 http/modules/ngx_http_uwsgi_module.c                            key_len, e.pos - (key_len + 2 + val_len),
key_len           745 http/modules/ngx_http_uwsgi_module.c             key_len = sizeof("HTTP_") - 1 + header[i].key.len;
key_len           746 http/modules/ngx_http_uwsgi_module.c             *b->last++ = (u_char) (key_len & 0xff);
key_len           747 http/modules/ngx_http_uwsgi_module.c             *b->last++ = (u_char) ((key_len >> 8) & 0xff);
key_len           770 http/modules/ngx_http_uwsgi_module.c                            key_len, b->last - (key_len + 2 + val_len),