Searched defs:a_ (Results 1 - 3 of 3) sorted by relevance
/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/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 752 const module * const *a = a_;
|
/httpd/modules/proxy/ |
H A D | mod_serf.c | 929 static int hb_server_sort(const void *a_, const void *b_) argument 931 hb_server_t *a = (hb_server_t*)a_;
|
Completed in 1326 milliseconds