Searched refs:ngx_http_sub_cmp_matches (Results 1 – 1 of 1) sorted by relevance
97 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