Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h229 void ngx_sort(void *base, size_t n, size_t size,
H A Dngx_string.c1986 ngx_sort(void *base, size_t n, size_t size, in ngx_sort() function
H A Dngx_resolver.c2807 ngx_sort(srvs, nsrvs, sizeof(ngx_resolver_srv_t), in ngx_resolver_process_srv()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c291 ngx_sort(port[p].addrs.elts, (size_t) port[p].addrs.nelts, in ngx_mail_optimize_servers()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.c451 ngx_sort(port[p].addrs.elts, (size_t) port[p].addrs.nelts, in ngx_stream_optimize_servers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c966 ngx_sort(match, n, sizeof(ngx_http_sub_match_t), ngx_http_sub_cmp_matches); in ngx_http_sub_init_tables()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1392 ngx_sort(port[p].addrs.elts, (size_t) port[p].addrs.nelts, in ngx_http_optimize_servers()