Searched refs:b_ (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/generators/ |
H A D | mod_info.c | 699 static int cmp_provider_groups(const void *a_, const void *b_) argument 701 const ap_list_provider_groups_t *a = a_, *b = b_; 708 static int cmp_provider_names(const void *a_, const void *b_) argument 710 const ap_list_provider_names_t *a = a_, *b = b_; 750 static int cmp_module_name(const void *a_, const void *b_) argument 753 const module * const *b = b_;
|
/httpd/modules/apreq/ |
H A D | filter.c | 42 static void *apreq_merge_dir_config(apr_pool_t *p, void *a_, void *b_) argument 44 struct dir_config *a = a_, *b = b_, *c = apr_palloc(p, sizeof *c);
|
/httpd/modules/proxy/ |
H A D | mod_serf.c | 929 static int hb_server_sort(const void *a_, const void *b_) argument 932 hb_server_t *b = (hb_server_t*)b_;
|
Completed in 17 milliseconds