Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h170 ngx_int_t ngx_rstrncmp(u_char *s1, u_char *s2, size_t n);
H A Dngx_string.c764 ngx_rstrncmp(u_char *s1, u_char *s2, size_t n) in ngx_rstrncmp() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c2651 || ngx_rstrncmp(h->value.data + prefix, pattern.data, in ngx_http_proxy_rewrite_complex_handler()