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      495 daemons/based/based_remote.c         if (client->remote->auth_timeout) {
auth_timeout      496 daemons/based/based_remote.c             g_source_remove(client->remote->auth_timeout);
auth_timeout      500 daemons/based/based_remote.c         client->remote->auth_timeout = g_timeout_add(REMOTE_AUTH_TIMEOUT,
auth_timeout      524 daemons/based/based_remote.c         g_source_remove(client->remote->auth_timeout);
auth_timeout      525 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      188 daemons/execd/remoted_tls.c     client->remote->auth_timeout = 0;
auth_timeout      234 daemons/execd/remoted_tls.c     new_client->remote->auth_timeout = g_timeout_add(LRMD_REMOTE_AUTH_TIMEOUT,
auth_timeout      100 include/crm/common/ipc_internal.h     int auth_timeout;
auth_timeout      327 lib/common/ipc_server.c         if (c->remote->auth_timeout) {
auth_timeout      328 lib/common/ipc_server.c             g_source_remove(c->remote->auth_timeout);