Searched refs:field_start (Results 1 – 2 of 2) sorted by relevance
89 u_char *field_start; member
1370 h2c->state.field_start = ngx_pnalloc(h2c->state.pool, alloc); in ngx_http_v2_state_field_len()1371 if (h2c->state.field_start == NULL) { in ngx_http_v2_state_field_len()1375 h2c->state.field_end = h2c->state.field_start; in ngx_http_v2_state_field_len()1547 header->name.len = h2c->state.field_end - h2c->state.field_start; in ngx_http_v2_state_process_header()1548 header->name.data = 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()1565 header->value.data = h2c->state.field_start; in ngx_http_v2_state_process_header()