Searched refs:ngx_stream_proxy_connect_handler (Results 1 – 1 of 1) sorted by relevance
77 static void ngx_stream_proxy_connect_handler(ngx_event_t *ev);764 pc->read->handler = ngx_stream_proxy_connect_handler; in ngx_stream_proxy_connect()765 pc->write->handler = ngx_stream_proxy_connect_handler; in ngx_stream_proxy_connect()969 pc->write->handler = ngx_stream_proxy_connect_handler; in ngx_stream_proxy_send_proxy_protocol()1436 ngx_stream_proxy_connect_handler(ngx_event_t *ev) in ngx_stream_proxy_connect_handler() function