Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.c24 static int ngx_http_ssl_alpn_select(ngx_ssl_conn_t *ssl_conn,
365 ngx_http_ssl_alpn_select(ngx_ssl_conn_t *ssl_conn, const unsigned char **out, in ngx_http_ssl_alpn_select() function
727 SSL_CTX_set_alpn_select_cb(conf->ssl.ctx, ngx_http_ssl_alpn_select, NULL); in ngx_http_ssl_merge_srv_conf()