Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c135 } ngx_http_grpc_frame_t; typedef
591 ngx_http_grpc_frame_t *f; in ngx_http_grpc_create_request()
719 len += sizeof(ngx_http_grpc_frame_t) in ngx_http_grpc_create_request()
753 f = (ngx_http_grpc_frame_t *) b->last; in ngx_http_grpc_create_request()
754 b->last += sizeof(ngx_http_grpc_frame_t); in ngx_http_grpc_create_request()
972 f = (ngx_http_grpc_frame_t *) headers_frame; in ngx_http_grpc_create_request()
997 f = (ngx_http_grpc_frame_t *) p; in ngx_http_grpc_create_request()
1112 ngx_http_grpc_frame_t *f; in ngx_http_grpc_body_output_filter()
3795 ngx_http_grpc_frame_t *f; in ngx_http_grpc_send_settings_ack()
3832 ngx_http_grpc_frame_t *f; in ngx_http_grpc_send_ping_ack()
[all …]