Searched refs:field_end (Results 1 – 3 of 3) sorted by relevance
105 u_char *field_end; member2977 ctx->field_end = ctx->name.data; in ngx_http_grpc_parse_fragment()2999 &ctx->field_end, in ngx_http_grpc_parse_fragment()3009 ctx->name.len = ctx->field_end - ctx->name.data; in ngx_http_grpc_parse_fragment()3013 ctx->field_end = ngx_cpymem(ctx->field_end, p, size); in ngx_http_grpc_parse_fragment()3086 ctx->field_end = ctx->value.data; in ngx_http_grpc_parse_fragment()3108 &ctx->field_end, in ngx_http_grpc_parse_fragment()3118 ctx->value.len = ctx->field_end - ctx->value.data; in ngx_http_grpc_parse_fragment()3122 ctx->field_end = ngx_cpymem(ctx->field_end, p, size); in ngx_http_grpc_parse_fragment()
90 u_char *field_end; member
1375 h2c->state.field_end = h2c->state.field_start; in ngx_http_v2_state_field_len()1405 &h2c->state.field_end, in ngx_http_v2_state_field_huff()1419 *h2c->state.field_end = '\0'; in ngx_http_v2_state_field_huff()1459 h2c->state.field_end = ngx_cpymem(h2c->state.field_end, pos, size); in ngx_http_v2_state_field_raw()1464 *h2c->state.field_end = '\0'; in ngx_http_v2_state_field_raw()1547 header->name.len = h2c->state.field_end - h2c->state.field_start; in ngx_http_v2_state_process_header()1564 header->value.len = h2c->state.field_end - h2c->state.field_start; in ngx_http_v2_state_process_header()