Home
last modified time | relevance | path

Searched refs:SOUP_CONNECTION_CONNECTING (Results 1 – 6 of 6) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-misc.h68 SOUP_CONNECTION_CONNECTING, enumerator
Dsoup-connection.c400 soup_connection_set_state (conn, SOUP_CONNECTION_CONNECTING); in soup_connection_connect_async()
447 soup_connection_set_state (conn, SOUP_CONNECTION_CONNECTING); in soup_connection_connect_sync()
Dsoup-enum-types.c342 { C_ENUM(SOUP_CONNECTION_CONNECTING), "SOUP_CONNECTION_CONNECTING", "connecting" }, in soup_connection_state_get_type()
Dsoup-session.c1820 } else if (soup_connection_get_state (conn) == SOUP_CONNECTION_CONNECTING) in get_connection_for_host()
/third_party/libsoup/tests/
Dconnection-test.c756 /* NEW -> */ SOUP_CONNECTION_CONNECTING,
Dmisc-test.c422 if (state == SOUP_CONNECTION_CONNECTING) { in ea_connection_state_changed()