Home
last modified time | relevance | path

Searched refs:SOUP_CONNECTION_AUTH (Results 1 – 3 of 3) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-connection-auth.c60 SoupConnectionAuth *auth = SOUP_CONNECTION_AUTH (object); in soup_connection_auth_finalize()
119 SoupConnectionAuth *cauth = SOUP_CONNECTION_AUTH (auth); in soup_connection_auth_update()
161 SoupConnectionAuth *cauth = SOUP_CONNECTION_AUTH (auth); in soup_connection_auth_get_authorization()
172 SoupConnectionAuth *cauth = SOUP_CONNECTION_AUTH (auth); in soup_connection_auth_is_ready()
176 is_connection_ready (SOUP_CONNECTION_AUTH (auth), msg, conn); in soup_connection_auth_is_ready()
Dsoup-connection-auth.h14 #define SOUP_CONNECTION_AUTH(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), SOUP_TYPE_CONNE… macro
Dsoup-auth-negotiate.c344 conn = soup_connection_auth_get_connection_state_for_message (SOUP_CONNECTION_AUTH (auth), msg); in check_server_response()