Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c128 u_char length_2; member
758 f->length_2 = 0; in ngx_http_grpc_create_request()
976 f->length_2 = (u_char) (len & 0xff); in ngx_http_grpc_create_request()
1001 f->length_2 = (u_char) (len & 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()
1301 f->length_2 = (u_char) (len & 0xff); in ngx_http_grpc_body_output_filter()
1365 f->length_2 = 0; in ngx_http_grpc_body_output_filter()
3814 f->length_2 = 0; in ngx_http_grpc_send_settings_ack()
3851 f->length_2 = 8; in ngx_http_grpc_send_ping_ack()
3893 f->length_2 = 4; in ngx_http_grpc_send_window_update()
[all …]