Searched defs:b_ (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/apreq/
H A Dfilter.c42 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 Dmod_info.c699 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/proxy/
H A Dmod_serf.c929 static int hb_server_sort(const void *a_, const void *b_) argument
932 hb_server_t *b = (hb_server_t*)b_;

Completed in 219 milliseconds