remote_host      1479 opal/mca/event/libevent2022/libevent/http.c 			__func__, version, req, req->remote_host));
remote_host      1563 opal/mca/event/libevent2022/libevent/http.c 			__func__, method, req, req->remote_host));
remote_host      2039 opal/mca/event/libevent2022/libevent/http.c 				__func__, req->remote_host, EV_SOCK_ARG(fd)));
remote_host      3519 opal/mca/event/libevent2022/libevent/http.c 	if (req->remote_host != NULL)
remote_host      3520 opal/mca/event/libevent2022/libevent/http.c 		mm_free(req->remote_host);
remote_host      3721 opal/mca/event/libevent2022/libevent/http.c 	if ((req->remote_host = mm_strdup(evcon->address)) == NULL) {
remote_host        85 opal/mca/event/libevent2022/libevent/include/event2/http_struct.h 	char *remote_host;