Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_proxy_protocol.h19 u_char *ngx_proxy_protocol_read(ngx_connection_t *c, u_char *buf,
H A Dngx_proxy_protocol.c48 ngx_proxy_protocol_read(ngx_connection_t *c, u_char *buf, u_char *last) in ngx_proxy_protocol_read() function
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c263 p = ngx_proxy_protocol_read(c, buf, buf + n); in ngx_stream_proxy_protocol_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c471 p = ngx_proxy_protocol_read(c, b->pos, b->last); in ngx_http_wait_request_handler()
703 p = ngx_proxy_protocol_read(c, buf, buf + n); in ngx_http_ssl_handshake()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c698 pos = ngx_proxy_protocol_read(h2c->connection, pos, end); in ngx_http_v2_state_proxy_protocol()