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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.c67 static struct authcache_entry *authcache_proxy_entry = NULL; /* the authcache_entry for the proxy server, or NULL */ variable in typeref:struct:authcache_entry
87 /* authcache_proxy_entry is never in the authcache_list */
88 if ( entry_ptr != authcache_proxy_entry )
94 authcache_proxy_entry = NULL;
495 authcache_proxy_entry = entry_ptr;
526 int isProxy) /* -> if TRUE, create authcache_proxy_entry */
675 if ( authcache_proxy_entry != NULL )
678 if ( !CFHTTPAuthenticationIsValid(authcache_proxy_entry->auth, NULL) || !ApplyCredentialsToRequest(authcache_proxy_entry, request) )
684 RemoveAuthentication(authcache_proxy_entry);
[all...]

Completed in 112 milliseconds