Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c127 u_char length_1; member
757 f->length_1 = 0; in ngx_http_grpc_create_request()
975 f->length_1 = (u_char) ((len >> 8) & 0xff); in ngx_http_grpc_create_request()
1000 f->length_1 = (u_char) ((len >> 8) & 0xff); in ngx_http_grpc_create_request()
1160 p += (f->length_0 << 16) + (f->length_1 << 8) + f->length_2; in ngx_http_grpc_body_output_filter()
1300 f->length_1 = (u_char) ((len >> 8) & 0xff); in ngx_http_grpc_body_output_filter()
1364 f->length_1 = 0; in ngx_http_grpc_body_output_filter()
3813 f->length_1 = 0; in ngx_http_grpc_send_settings_ack()
3850 f->length_1 = 0; in ngx_http_grpc_send_ping_ack()
3892 f->length_1 = 0; in ngx_http_grpc_send_window_update()
[all …]