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

/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth.h68 typedef struct authn_provider_list authn_provider_list; typedef in typeref:struct:authn_provider_list
70 struct authn_provider_list { struct
73 authn_provider_list *next;
H A Dmod_auth_basic.c36 authn_provider_list *providers;
56 authn_provider_list *newp;
58 newp = apr_pcalloc(cmd->pool, sizeof(authn_provider_list));
85 authn_provider_list *last = conf->providers;
183 authn_provider_list *current_provider;
H A Dmod_auth_digest.c93 authn_provider_list *providers;
448 authn_provider_list *newp;
450 newp = apr_pcalloc(cmd->pool, sizeof(authn_provider_list));
477 authn_provider_list *last = conf->providers;
1324 authn_provider_list *current_provider;

Completed in 136 milliseconds