Home
last modified time | relevance | path

Searched refs:GetSockOrPeerName (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dtcp_wrap.h67 friend void GetSockOrPeerName(const v8::FunctionCallbackInfo<v8::Value>&);
Dtcp_wrap.cc94 GetSockOrPeerName<TCPWrap, uv_tcp_getsockname>); in Initialize()
96 GetSockOrPeerName<TCPWrap, uv_tcp_getpeername>); in Initialize()
Dudp_wrap.h187 friend void GetSockOrPeerName(const v8::FunctionCallbackInfo<v8::Value>&);
Dudp_wrap.cc163 GetSockOrPeerName<UDPWrap, uv_udp_getpeername>); in Initialize()
165 GetSockOrPeerName<UDPWrap, uv_udp_getsockname>); in Initialize()
Dnode_internals.h67 void GetSockOrPeerName(const v8::FunctionCallbackInfo<v8::Value>& args) { in GetSockOrPeerName() function