Home
last modified time | relevance | path

Searched refs:NGX_HTTP_V2_INT_OCTETS (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h24 #define NGX_HTTP_V2_INT_OCTETS 4 macro
26 (127 + (1 << (NGX_HTTP_V2_INT_OCTETS - 1) * 7) - 1)
H A Dngx_http_v2_filter_module.c280 len += 1 + NGX_HTTP_V2_INT_OCTETS + r->headers_out.content_type.len; in ngx_http_v2_header_filter()
376 len += 1 + NGX_HTTP_V2_INT_OCTETS + r->headers_out.location->value.len; in ngx_http_v2_header_filter()
425 len += 1 + NGX_HTTP_V2_INT_OCTETS + header[i].key.len in ngx_http_v2_header_filter()
426 + NGX_HTTP_V2_INT_OCTETS + header[i].value.len; in ngx_http_v2_header_filter()
978 len = 1 + NGX_HTTP_V2_INT_OCTETS + value->len; in ngx_http_v2_push_resource()
996 + 1 + NGX_HTTP_V2_INT_OCTETS + path->len in ngx_http_v2_push_resource()
997 + 1 + NGX_HTTP_V2_INT_OCTETS + r->schema.len; in ngx_http_v2_push_resource()
1349 len += 1 + NGX_HTTP_V2_INT_OCTETS + header[i].key.len in ngx_http_v2_create_trailers_frame()
1350 + NGX_HTTP_V2_INT_OCTETS + header[i].value.len; in ngx_http_v2_create_trailers_frame()
H A Dngx_http_v2.c1212 && h2c->state.length < NGX_HTTP_V2_INT_OCTETS) in ngx_http_v2_state_header_block()
1308 && h2c->state.length < NGX_HTTP_V2_INT_OCTETS) in ngx_http_v2_state_field_len()
2532 if (end - start > NGX_HTTP_V2_INT_OCTETS) { in ngx_http_v2_parse_int()
2533 end = start + NGX_HTTP_V2_INT_OCTETS; in ngx_http_v2_parse_int()
2557 if (end == start + NGX_HTTP_V2_INT_OCTETS) { in ngx_http_v2_parse_int()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c611 len += 1 + NGX_HTTP_V2_INT_OCTETS + r->method_name.len; in ngx_http_grpc_create_request()
631 len += 1 + NGX_HTTP_V2_INT_OCTETS + uri_len; in ngx_http_grpc_create_request()
640 len += 1 + NGX_HTTP_V2_INT_OCTETS + glcf->host.len; in ngx_http_grpc_create_request()
670 len += 1 + NGX_HTTP_V2_INT_OCTETS + key_len in ngx_http_grpc_create_request()
671 + NGX_HTTP_V2_INT_OCTETS + val_len; in ngx_http_grpc_create_request()
704 len += 1 + NGX_HTTP_V2_INT_OCTETS + header[i].key.len in ngx_http_grpc_create_request()
705 + NGX_HTTP_V2_INT_OCTETS + header[i].value.len; in ngx_http_grpc_create_request()