Home
last modified time | relevance | path

Searched refs:SOUP_CONNECTION_IDLE (Results 1 – 5 of 5) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-connection.c687 if (priv->state == SOUP_CONNECTION_IDLE && in soup_connection_get_state()
708 g_warn_if_fail (state == SOUP_CONNECTION_IDLE || in soup_connection_set_state()
713 if (state == SOUP_CONNECTION_IDLE && !priv->reusable) { in soup_connection_set_state()
719 if (priv->state == SOUP_CONNECTION_IDLE) in soup_connection_set_state()
Dsoup-misc.h69 SOUP_CONNECTION_IDLE, enumerator
Dsoup-session.c1260 soup_connection_set_state (item->conn, SOUP_CONNECTION_IDLE); in message_restarted()
1358 (cleanup_idle && state == SOUP_CONNECTION_IDLE)) { in soup_session_cleanup_connections()
1466 if (soup_connection_get_state (conn) == SOUP_CONNECTION_IDLE) in connection_state_changed()
1491 soup_connection_set_state (item->conn, SOUP_CONNECTION_IDLE); in soup_session_unqueue_item()
1817 if (!need_new_connection && soup_connection_get_state (conn) == SOUP_CONNECTION_IDLE) { in get_connection_for_host()
2561 if (state == SOUP_CONNECTION_IDLE || in soup_session_abort()
Dsoup-enum-types.c343 { C_ENUM(SOUP_CONNECTION_IDLE), "SOUP_CONNECTION_IDLE", "idle" }, in soup_connection_state_get_type()
/third_party/libsoup/tests/
Dconnection-test.c759 /* IN_USE -> */ SOUP_CONNECTION_IDLE,