Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_proxy_protocol.c43 static u_char *ngx_proxy_protocol_v2_read(ngx_connection_t *c, u_char *buf,
62 return ngx_proxy_protocol_v2_read(c, buf, last); in ngx_proxy_protocol_read()
216 ngx_proxy_protocol_v2_read(ngx_connection_t *c, u_char *buf, u_char *last) in ngx_proxy_protocol_v2_read() function