Searched refs:val_tmp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_grpc_module.c | 582 u_char *p, *tmp, *key_tmp, *val_tmp, *headers_frame; in ngx_http_grpc_create_request() local 742 val_tmp = tmp + 2 * tmp_len; in ngx_http_grpc_create_request() 817 p = val_tmp; in ngx_http_grpc_create_request() 833 b->last = ngx_http_v2_write_value(b->last, val_tmp, p - val_tmp, tmp); in ngx_http_grpc_create_request() 836 "grpc header: \":path: %*s\"", p - val_tmp, val_tmp); in ngx_http_grpc_create_request() 897 e.pos = val_tmp; in ngx_http_grpc_create_request() 905 b->last = ngx_http_v2_write_value(b->last, val_tmp, val_len, tmp); in ngx_http_grpc_create_request() 913 key_len, key_tmp, val_len, val_tmp); in ngx_http_grpc_create_request()
|