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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.c34 LIST_HEAD(authcache_head, authcache_entry);
36 struct authcache_entry struct
38 LIST_ENTRY(authcache_entry) entries;
66 static struct authcache_head authcache_list; /* the list of authcache_entry structs for the server */
67 static struct authcache_entry *authcache_proxy_entry = NULL; /* the authcache_entry for the proxy server, or NULL */
80 void ReleaseCredentials(struct authcache_entry *entry_ptr);
85 void RemoveAuthentication(struct authcache_entry *entry_ptr)
117 struct authcache_entry *entry_ptr)
140 struct authcache_entry *entry_pt
[all...]

Completed in 57 milliseconds