Searched refs:SOUP_IS_CONNECTION (Results 1 – 2 of 2) sorted by relevance
396 g_return_if_fail (SOUP_IS_CONNECTION (conn)); in soup_connection_connect_async()443 g_return_val_if_fail (SOUP_IS_CONNECTION (conn), FALSE); in soup_connection_connect_sync()495 g_return_val_if_fail (SOUP_IS_CONNECTION (conn), FALSE); in soup_connection_is_tunnelled()508 g_return_val_if_fail (SOUP_IS_CONNECTION (conn), FALSE); in soup_connection_start_ssl_sync()544 g_return_if_fail (SOUP_IS_CONNECTION (conn)); in soup_connection_start_ssl_async()577 g_return_if_fail (SOUP_IS_CONNECTION (conn)); in soup_connection_disconnect()603 g_return_val_if_fail (SOUP_IS_CONNECTION (conn), NULL); in soup_connection_get_socket()613 g_return_val_if_fail (SOUP_IS_CONNECTION (conn), NULL); in soup_connection_get_remote_uri()623 g_return_val_if_fail (SOUP_IS_CONNECTION (conn), NULL); in soup_connection_get_proxy_uri()633 g_return_val_if_fail (SOUP_IS_CONNECTION (conn), FALSE); in soup_connection_is_via_proxy()[all …]
18 #define SOUP_IS_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SOUP_TYPE_CONNECTION)) macro