Home
last modified time | relevance | path

Searched refs:field_length (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c106 size_t field_length; member
2916 ctx->field_length = ch & ~0x80; in ngx_http_grpc_parse_fragment()
2918 if (ctx->field_length == 0x7f) { in ngx_http_grpc_parse_fragment()
2923 if (ctx->field_length == 0) { in ngx_http_grpc_parse_fragment()
2934 ctx->field_length += ch & ~0x80; in ngx_http_grpc_parse_fragment()
2970 ctx->field_length * 8 / 5 : ctx->field_length; in ngx_http_grpc_parse_fragment()
3027 ctx->field_length = ch & ~0x80; in ngx_http_grpc_parse_fragment()
3029 if (ctx->field_length == 0x7f) { in ngx_http_grpc_parse_fragment()
3034 if (ctx->field_length == 0) { in ngx_http_grpc_parse_fragment()
3043 ctx->field_length += ch & ~0x80; in ngx_http_grpc_parse_fragment()
[all …]
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow_v9.h45 int field_length; member
H A Dnetflow_v9.c152 *p++ = htons(_netflow_v9_record_ipv4_tcp[cnt].field_length); in generate_v9_templates()
163 *p++ = htons(_netflow_v9_record_ipv6_tcp[cnt].field_length); in generate_v9_templates()