auth_timeout      260 daemons/based/based_remote.c     client->remote->auth_timeout = 0;
auth_timeout      334 daemons/based/based_remote.c     new_client->remote->auth_timeout = g_timeout_add(REMOTE_AUTH_TIMEOUT,
auth_timeout      470 daemons/based/based_remote.c         if (client->remote->auth_timeout) {
auth_timeout      471 daemons/based/based_remote.c             g_source_remove(client->remote->auth_timeout);
auth_timeout      475 daemons/based/based_remote.c         client->remote->auth_timeout = g_timeout_add(REMOTE_AUTH_TIMEOUT,
auth_timeout      509 daemons/based/based_remote.c         g_source_remove(client->remote->auth_timeout);
auth_timeout      510 daemons/based/based_remote.c         client->remote->auth_timeout = 0;
auth_timeout       67 daemons/execd/remoted_tls.c     if (client->remote->auth_timeout) {
auth_timeout       68 daemons/execd/remoted_tls.c         g_source_remove(client->remote->auth_timeout);
auth_timeout       70 daemons/execd/remoted_tls.c     client->remote->auth_timeout = 0;
auth_timeout      186 daemons/execd/remoted_tls.c     client->remote->auth_timeout = 0;
auth_timeout      233 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      316 lib/common/ipc_server.c         if (c->remote->auth_timeout) {
auth_timeout      317 lib/common/ipc_server.c             g_source_remove(c->remote->auth_timeout);