val_len           692 http/modules/ngx_http_fastcgi_module.c     size_t                        size, len, key_len, val_len, padding,
val_len           725 http/modules/ngx_http_fastcgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) {
val_len           730 http/modules/ngx_http_fastcgi_module.c             len += 1 + key_len + ((val_len > 127) ? 4 : 1) + val_len;
val_len           868 http/modules/ngx_http_fastcgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) {
val_len           875 http/modules/ngx_http_fastcgi_module.c             if (val_len > 127) {
val_len           876 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) (((val_len >> 24) & 0x7f) | 0x80);
val_len           877 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) ((val_len >> 16) & 0xff);
val_len           878 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) ((val_len >> 8) & 0xff);
val_len           879 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) (val_len & 0xff);
val_len           882 http/modules/ngx_http_fastcgi_module.c                 *e.pos++ = (u_char) val_len;
val_len           893 http/modules/ngx_http_fastcgi_module.c                            key_len, e.pos - (key_len + val_len),
val_len           894 http/modules/ngx_http_fastcgi_module.c                            val_len, e.pos - val_len);
val_len           935 http/modules/ngx_http_fastcgi_module.c             val_len = header[i].value.len;
val_len           936 http/modules/ngx_http_fastcgi_module.c             if (val_len > 127) {
val_len           937 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) (((val_len >> 24) & 0x7f) | 0x80);
val_len           938 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) ((val_len >> 16) & 0xff);
val_len           939 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) ((val_len >> 8) & 0xff);
val_len           940 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) (val_len & 0xff);
val_len           943 http/modules/ngx_http_fastcgi_module.c                 *b->last++ = (u_char) val_len;
val_len           961 http/modules/ngx_http_fastcgi_module.c             b->last = ngx_copy(b->last, header[i].value.data, val_len);
val_len           965 http/modules/ngx_http_fastcgi_module.c                            key_len, b->last - (key_len + val_len),
val_len           966 http/modules/ngx_http_fastcgi_module.c                            val_len, b->last - val_len);
val_len           546 http/modules/ngx_http_uwsgi_module.c     size_t                        key_len, val_len, len, allocated;
val_len           577 http/modules/ngx_http_uwsgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode (&le)) {
val_len           582 http/modules/ngx_http_uwsgi_module.c             len += 2 + key_len + 2 + val_len;
val_len           692 http/modules/ngx_http_uwsgi_module.c             for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) {
val_len           703 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) (val_len & 0xff);
val_len           704 http/modules/ngx_http_uwsgi_module.c             *e.pos++ = (u_char) ((val_len >> 8) & 0xff);
val_len           715 http/modules/ngx_http_uwsgi_module.c                            key_len, e.pos - (key_len + 2 + val_len),
val_len           716 http/modules/ngx_http_uwsgi_module.c                            val_len, e.pos - val_len);
val_len           763 http/modules/ngx_http_uwsgi_module.c             val_len = header[i].value.len;
val_len           764 http/modules/ngx_http_uwsgi_module.c             *b->last++ = (u_char) (val_len & 0xff);
val_len           765 http/modules/ngx_http_uwsgi_module.c             *b->last++ = (u_char) ((val_len >> 8) & 0xff);
val_len           766 http/modules/ngx_http_uwsgi_module.c             b->last = ngx_copy(b->last, header[i].value.data, val_len);
val_len           770 http/modules/ngx_http_uwsgi_module.c                            key_len, b->last - (key_len + 2 + val_len),
val_len           771 http/modules/ngx_http_uwsgi_module.c                            val_len, b->last - val_len);