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