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

/httpd/modules/aaa/
H A Dmod_authn_anon.c59 typedef struct anon_auth_user { struct
61 struct anon_auth_user *next;
62 } anon_auth_user; typedef in typeref:struct:anon_auth_user
65 anon_auth_user *users;
92 anon_auth_user *first;
158 anon_auth_user *p = conf->users;

Completed in 2673 milliseconds