Searched refs:ap_list_provider_groups_t (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dap_provider.h42 } ap_list_provider_groups_t; typedef in typeref:struct:__anon5
88 * @return pointer to array of ap_list_provider_groups_t of provider groups
/httpd/server/
H A Dprovider.c169 apr_array_header_t *ret = apr_array_make(pool, 10, sizeof(ap_list_provider_groups_t));
170 ap_list_provider_groups_t *entry;
/httpd/modules/generators/
H A Dmod_info.c701 const ap_list_provider_groups_t *a = a_, *b = b_;
717 ap_list_provider_groups_t *group;
723 qsort(groups->elts, groups->nelts, sizeof(ap_list_provider_groups_t),
728 group = &APR_ARRAY_IDX(groups, i, ap_list_provider_groups_t);

Completed in 12 milliseconds