auth_timeout      266 daemons/based/based_remote.c     client->remote->auth_timeout = 0;
auth_timeout      341 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      522 daemons/based/based_remote.c         g_source_remove(client->remote->auth_timeout);
auth_timeout      523 daemons/based/based_remote.c         client->remote->auth_timeout = 0;
auth_timeout       65 daemons/execd/remoted_tls.c     if (client->remote->auth_timeout) {
auth_timeout       66 daemons/execd/remoted_tls.c         g_source_remove(client->remote->auth_timeout);
auth_timeout       68 daemons/execd/remoted_tls.c     client->remote->auth_timeout = 0;
auth_timeout      185 daemons/execd/remoted_tls.c     client->remote->auth_timeout = 0;
auth_timeout      231 daemons/execd/remoted_tls.c     new_client->remote->auth_timeout = g_timeout_add(LRMD_REMOTE_AUTH_TIMEOUT,
auth_timeout      103 include/crm/common/ipc_internal.h     int auth_timeout;
auth_timeout      337 lib/common/ipc_server.c         if (c->remote->auth_timeout) {
auth_timeout      338 lib/common/ipc_server.c             g_source_remove(c->remote->auth_timeout);