host_lowercase    423 lib/cluster/heartbeat.c         char *host_lowercase = g_ascii_strdown(node, -1);
host_lowercase    425 lib/cluster/heartbeat.c         if (hb_conn->llc_ops->send_ordered_nodemsg(hb_conn, msg, host_lowercase) != HA_OK) {
host_lowercase    429 lib/cluster/heartbeat.c         free(host_lowercase);