bind_socket_ai 200 third_party/libevent/http.c static int bind_socket_ai(struct addrinfo *, int reuse); bind_socket_ai 2771 third_party/libevent/http.c return bind_socket_ai(NULL, 0); bind_socket_ai 2778 third_party/libevent/http.c fd = bind_socket_ai(aitop, reuse);