Home
last modified time | relevance | path

Searched defs:uv__peersockfunc (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/src/win/
Dinternal.h269 typedef int (WINAPI *uv__peersockfunc)(SOCKET, struct sockaddr*, int*); typedef
/third_party/libuv/src/unix/
Dinternal.h330 typedef int (*uv__peersockfunc)(int, struct sockaddr*, socklen_t*); typedef