Searched defs:TCPWrap (Results 1 – 4 of 4) sorted by relevance
7 const TCPWrap = internalBinding('tcp_wrap').TCP; constant18 TCPWrap.prototype.ref = function() { class
7 const TCPWrap = internalBinding('tcp_wrap').TCP; constant19 TCPWrap.prototype.setNoDelay = function(enable) { class
50 SET_SELF_SIZE(TCPWrap) in SET_SELF_SIZE() argument
151 TCPWrap::TCPWrap(Environment* env, Local<Object> object, ProviderType provider) in TCPWrap() function in node::TCPWrap