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

/httpd/modules/aaa/
H A Dmod_authn_dbm.c42 #define AUTHN_CACHE_STORE(r,user,realm,data) \ macro
144 AUTHN_CACHE_STORE(r, user, NULL, dbm_password);
185 AUTHN_CACHE_STORE(r, user, realm, dbm_hash);
H A Dmod_authn_file.c35 #define AUTHN_CACHE_STORE(r,user,realm,data) \ macro
102 AUTHN_CACHE_STORE(r, user, NULL, file_password);
161 AUTHN_CACHE_STORE(r, user, realm, file_hash);
H A Dmod_authn_dbd.c46 #define AUTHN_CACHE_STORE(r,user,realm,data) \ macro
186 AUTHN_CACHE_STORE(r, user, NULL, dbd_password);
282 AUTHN_CACHE_STORE(r, user, realm, dbd_hash);

Completed in 1153 milliseconds