Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c126 u_char length_0; member
756 f->length_0 = 0; in ngx_http_grpc_create_request()
974 f->length_0 = (u_char) ((len >> 16) & 0xff); in ngx_http_grpc_create_request()
999 f->length_0 = (u_char) ((len >> 16) & 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()
1299 f->length_0 = (u_char) ((len >> 16) & 0xff); in ngx_http_grpc_body_output_filter()
1363 f->length_0 = 0; in ngx_http_grpc_body_output_filter()
3812 f->length_0 = 0; in ngx_http_grpc_send_settings_ack()
3849 f->length_0 = 0; in ngx_http_grpc_send_ping_ack()
3891 f->length_0 = 0; in ngx_http_grpc_send_window_update()
[all …]