Searched refs:ngx_filename_cmp (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 174 ngx_int_t ngx_filename_cmp(u_char *s1, u_char *s2, size_t n);
|
| H A D | ngx_string.c | 878 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 D | ngx_http.c | 950 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 D | ngx_http_core_module.c | 1413 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()
|