evutil_socketpair  101 third_party/libevent/evutil.h int evutil_socketpair(int d, int type, int protocol, int sv[2]);
evutil_socketpair  105 third_party/libevent/signal.c 	if (evutil_socketpair(
evutil_socketpair  172 third_party/libevent/test/bench.c 		if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, cp) == -1) {
evutil_socketpair  276 third_party/libevent/test/regress.c 	if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) {
evutil_socketpair  327 third_party/libevent/test/regress.c 		if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) {
evutil_socketpair   67 third_party/libevent/test/test-eof.c 	if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)
evutil_socketpair   69 third_party/libevent/test/test-weof.c 	if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)