Home
last modified time | relevance | path

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

/dports/net/c3270/suite3270-4.0/Common/
H A Dhost.c83 static ioid_t reconnect_id = NULL_IOID; variable
239 if (reconnect_id != NULL_IOID) { in host_cancel_reconnect()
240 RemoveTimeOut(reconnect_id); in host_cancel_reconnect()
241 reconnect_id = NULL_IOID; in host_cancel_reconnect()
531 reconnect_id = AddTimeOut(RECONNECT_ERR_MS, try_reconnect); in host_connect()
669 reconnect_id = NULL_IOID; in try_reconnect()
687 if (appres.interactive.reconnect && reconnect_id == NULL_IOID) { in host_disconnect()
689 reconnect_id = AddTimeOut(failed? RECONNECT_ERR_MS: in host_disconnect()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dhost.c83 static ioid_t reconnect_id = NULL_IOID; variable
239 if (reconnect_id != NULL_IOID) { in host_cancel_reconnect()
240 RemoveTimeOut(reconnect_id); in host_cancel_reconnect()
241 reconnect_id = NULL_IOID; in host_cancel_reconnect()
531 reconnect_id = AddTimeOut(RECONNECT_ERR_MS, try_reconnect); in host_connect()
669 reconnect_id = NULL_IOID; in try_reconnect()
687 if (appres.interactive.reconnect && reconnect_id == NULL_IOID) { in host_disconnect()
689 reconnect_id = AddTimeOut(failed? RECONNECT_ERR_MS: in host_disconnect()
/dports/irc/ctrlproxy/ctrlproxy-3.0.8/lib/
H A Dconnection.h123 guint reconnect_id; member
H A Dconnection.c589 server->reconnect_id = g_timeout_add(1000 * in reconnect()
612 g_source_remove(n->reconnect_id); in close_server()
613 n->reconnect_id = 0; in close_server()
/dports/x11/wf-shell/wf-shell-0.7.0/subprojects/gvc/
H A Dgvc-mixer-control.c66 guint reconnect_id; member
3348 control->priv->reconnect_id = 0; in idle_reconnect()
3372 if (control->priv->reconnect_id == 0) in _pa_context_state_cb()
3373 … control->priv->reconnect_id = g_timeout_add_seconds (RECONNECT_DELAY, idle_reconnect, control); in _pa_context_state_cb()
3425 if (control->priv->reconnect_id != 0) { in gvc_mixer_control_dispose()
3426 g_source_remove (control->priv->reconnect_id); in gvc_mixer_control_dispose()
3427 control->priv->reconnect_id = 0; in gvc_mixer_control_dispose()
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/subprojects/gvc/
H A Dgvc-mixer-control.c67 guint reconnect_id; member
3467 control->priv->reconnect_id = 0; in idle_reconnect()
3491 if (control->priv->reconnect_id == 0) in _pa_context_state_cb()
3492 … control->priv->reconnect_id = g_timeout_add_seconds (RECONNECT_DELAY, idle_reconnect, control); in _pa_context_state_cb()
3544 if (control->priv->reconnect_id != 0) { in gvc_mixer_control_dispose()
3545 g_source_remove (control->priv->reconnect_id); in gvc_mixer_control_dispose()
3546 control->priv->reconnect_id = 0; in gvc_mixer_control_dispose()