Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c173 static ngx_chain_t *ngx_http_grpc_get_buf(ngx_http_request_t *r,
1234 cl = ngx_http_grpc_get_buf(r, ctx); in ngx_http_grpc_body_output_filter()
1353 cl = ngx_http_grpc_get_buf(r, ctx); in ngx_http_grpc_body_output_filter()
3804 cl = ngx_http_grpc_get_buf(r, ctx); in ngx_http_grpc_send_settings_ack()
3841 cl = ngx_http_grpc_get_buf(r, ctx); in ngx_http_grpc_send_ping_ack()
3883 cl = ngx_http_grpc_get_buf(r, ctx); in ngx_http_grpc_send_window_update()
3937 ngx_http_grpc_get_buf(ngx_http_request_t *r, ngx_http_grpc_ctx_t *ctx) in ngx_http_grpc_get_buf() function