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

/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authn_dbm.c43 #define AUTHN_CACHE_STORE(r,user,realm,data) \ macro
145 AUTHN_CACHE_STORE(r, user, NULL, dbm_password);
186 AUTHN_CACHE_STORE(r, user, realm, dbm_hash);
H A Dmod_authn_file.c36 #define AUTHN_CACHE_STORE(r,user,realm,data) \ macro
103 AUTHN_CACHE_STORE(r, user, NULL, file_password);
162 AUTHN_CACHE_STORE(r, user, realm, file_hash);
H A Dmod_authn_dbd.c45 #define AUTHN_CACHE_STORE(r,user,realm,data) \ macro
180 AUTHN_CACHE_STORE(r, user, NULL, dbd_password);
274 AUTHN_CACHE_STORE(r, user, realm, dbd_hash);

Completed in 116 milliseconds