Home
last modified time | relevance | path

Searched refs:SOUP_CONNECTION_AUTH_GET_CLASS (Results 1 – 2 of 2) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-connection-auth.c43 SOUP_CONNECTION_AUTH_GET_CLASS (auth)->free_connection_state (auth, state); in soup_connection_auth_free_connection_state()
104 state = SOUP_CONNECTION_AUTH_GET_CLASS (auth)->create_connection_state (auth); in soup_connection_auth_get_connection_state_for_message()
150 result = SOUP_CONNECTION_AUTH_GET_CLASS (auth)-> in soup_connection_auth_update()
164 return SOUP_CONNECTION_AUTH_GET_CLASS (auth)-> in soup_connection_auth_get_authorization()
175 return SOUP_CONNECTION_AUTH_GET_CLASS (auth)-> in soup_connection_auth_is_ready()
Dsoup-connection-auth.h18 #define SOUP_CONNECTION_AUTH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SOUP_TYPE_CONNECTIO… macro