sockets 141 opal/mca/event/libevent2022/libevent/http-internal.h TAILQ_HEAD(boundq, evhttp_bound_socket) sockets; sockets 3166 opal/mca/event/libevent2022/libevent/http.c TAILQ_INSERT_TAIL(&http->sockets, bound, next); sockets 3187 opal/mca/event/libevent2022/libevent/http.c TAILQ_REMOVE(&http->sockets, bound, next); sockets 3212 opal/mca/event/libevent2022/libevent/http.c TAILQ_INIT(&http->sockets); sockets 3264 opal/mca/event/libevent2022/libevent/http.c while ((bound = TAILQ_FIRST(&http->sockets)) != NULL) { sockets 3265 opal/mca/event/libevent2022/libevent/http.c TAILQ_REMOVE(&http->sockets, bound, next); sockets 3307 opal/mca/event/libevent2022/libevent/http.c TAILQ_FIRST(&vhost->sockets) != NULL)