Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c201 static ngx_int_t ngx_http_grpc_set_ssl(ngx_conf_t *cf,
4303 if (conf->ssl && ngx_http_grpc_set_ssl(cf, conf) != NGX_OK) { in ngx_http_grpc_merge_loc_conf()
4634 ngx_http_grpc_set_ssl(ngx_conf_t *cf, ngx_http_grpc_loc_conf_t *glcf) in ngx_http_grpc_set_ssl() function