Home
last modified time | relevance | path

Searched refs:create_connection_state (Results 1 – 4 of 4) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-connection-auth.h31 gpointer (*create_connection_state) (SoupConnectionAuth *auth); member
Dsoup-connection-auth.c104 state = SOUP_CONNECTION_AUTH_GET_CLASS (auth)->create_connection_state (auth); in soup_connection_auth_get_connection_state_for_message()
Dsoup-auth-negotiate.c318 conn_auth_class->create_connection_state = soup_auth_negotiate_create_connection_state; in soup_auth_negotiate_class_init()
Dsoup-auth-ntlm.c582 connauth_class->create_connection_state = soup_auth_ntlm_create_connection_state; in soup_auth_ntlm_class_init()