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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dauth.c113 apr_hash_t *creds_cache; member in struct:svn_auth_baton_t
125 const char *cache_key; /* key to use in auth_baton's creds_cache */
144 ab->creds_cache = apr_hash_make(pool);
226 creds = svn_hash_gets(auth_baton->creds_cache, cache_key);
269 svn_hash_sets(auth_baton->creds_cache,
317 svn_hash_sets(auth_baton->creds_cache, state->cache_key, creds);
345 creds = svn_hash_gets(state->auth_baton->creds_cache, state->cache_key);
407 svn_hash_sets(auth_baton->creds_cache,
413 apr_hash_clear(auth_baton->creds_cache);

Completed in 105 milliseconds