auth_timeout 267 daemons/based/based_remote.c client->remote->auth_timeout = 0; auth_timeout 342 daemons/based/based_remote.c new_client->remote->auth_timeout = g_timeout_add(REMOTE_AUTH_TIMEOUT, auth_timeout 489 daemons/based/based_remote.c if (client->remote->auth_timeout) { auth_timeout 490 daemons/based/based_remote.c g_source_remove(client->remote->auth_timeout); auth_timeout 494 daemons/based/based_remote.c client->remote->auth_timeout = g_timeout_add(REMOTE_AUTH_TIMEOUT, auth_timeout 516 daemons/based/based_remote.c g_source_remove(client->remote->auth_timeout); auth_timeout 517 daemons/based/based_remote.c client->remote->auth_timeout = 0; auth_timeout 69 daemons/execd/remoted_tls.c if (client->remote->auth_timeout) { auth_timeout 70 daemons/execd/remoted_tls.c g_source_remove(client->remote->auth_timeout); auth_timeout 72 daemons/execd/remoted_tls.c client->remote->auth_timeout = 0; auth_timeout 190 daemons/execd/remoted_tls.c client->remote->auth_timeout = 0; auth_timeout 237 daemons/execd/remoted_tls.c new_client->remote->auth_timeout = g_timeout_add(LRMD_REMOTE_AUTH_TIMEOUT, auth_timeout 115 include/crm/common/ipc_internal.h int auth_timeout; auth_timeout 331 lib/common/ipc_server.c if (c->remote->auth_timeout) { auth_timeout 332 lib/common/ipc_server.c g_source_remove(c->remote->auth_timeout);