Searched refs:field_length (Results 1 – 3 of 3) sorted by relevance
106 size_t field_length; member2916 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 …]
45 int field_length; member
152 *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()