Home
last modified time | relevance | path

Searched refs:get_protection_space (Results 1 – 7 of 7) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-auth-basic.c139 auth_class->get_protection_space = soup_auth_basic_get_protection_space; in soup_auth_basic_class_init()
Dsoup-auth.h37 GSList * (*get_protection_space) (SoupAuth *auth, member
Dsoup-auth.c540 return SOUP_AUTH_GET_CLASS (auth)->get_protection_space (auth, source_uri); in soup_auth_get_protection_space()
Dsoup-auth-digest.c483 auth_class->get_protection_space = soup_auth_digest_get_protection_space; in soup_auth_digest_class_init()
Dsoup-auth-negotiate.c323 auth_class->get_protection_space = soup_auth_negotiate_get_protection_space; in soup_auth_negotiate_class_init()
Dsoup-auth-ntlm.c578 auth_class->get_protection_space = soup_auth_ntlm_get_protection_space; in soup_auth_ntlm_class_init()
/third_party/libsoup/
DChangeLog.pre-git4094 * libsoup/soup-auth-digest.c (get_protection_space): Use