Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h174 ngx_int_t ngx_filename_cmp(u_char *s1, u_char *s2, size_t n);
H A Dngx_string.c878 ngx_filename_cmp(u_char *s1, u_char *s2, size_t n) in ngx_filename_cmp() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c950 rc = ngx_filename_cmp(first->name.data, second->name.data, in ngx_http_cmp_locations()
978 && ngx_filename_cmp(lq->name->data, lx->name->data, lx->name->len) in ngx_http_join_exact_locations()
1032 || ngx_filename_cmp(name, lx->name->data, len) != 0) in ngx_http_create_locations_list()
H A Dngx_http_core_module.c1413 rc = ngx_filename_cmp(uri, node->name, n); in ngx_http_core_find_static_location()
3032 && ngx_filename_cmp(clcf->name.data, pclcf->name.data, len) != 0) in ngx_http_core_location()
3034 if (ngx_filename_cmp(clcf->name.data, pclcf->name.data, len) != 0) in ngx_http_core_location()