Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c97 static ngx_int_t ngx_http_sub_cmp_matches(const void *one, const void *two);
966 ngx_sort(match, n, sizeof(ngx_http_sub_match_t), ngx_http_sub_cmp_matches); in ngx_http_sub_init_tables()
993 ngx_http_sub_cmp_matches(const void *one, const void *two) in ngx_http_sub_cmp_matches() function