Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c63 static void ngx_http_ssl_handshake(ngx_event_t *rev);
342 rev->handler = ngx_http_ssl_handshake; in ngx_http_init_connection()
641 ngx_http_ssl_handshake(ngx_event_t *rev) in ngx_http_ssl_handshake() function