auth_timeout      265 daemons/based/based_remote.c     client->remote->auth_timeout = 0;
auth_timeout      340 daemons/based/based_remote.c     new_client->remote->auth_timeout = g_timeout_add(REMOTE_AUTH_TIMEOUT,
auth_timeout      499 daemons/based/based_remote.c         if (client->remote->auth_timeout) {
auth_timeout      500 daemons/based/based_remote.c             g_source_remove(client->remote->auth_timeout);
auth_timeout      504 daemons/based/based_remote.c         client->remote->auth_timeout = g_timeout_add(REMOTE_AUTH_TIMEOUT,
auth_timeout      526 daemons/based/based_remote.c         g_source_remove(client->remote->auth_timeout);
auth_timeout      527 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      110 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);