Home
last modified time | relevance | path

Searched refs:SetNoDelay (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dtcp_wrap.cc104 SetProtoMethod(isolate, t, "setNoDelay", SetNoDelay); in Initialize()
142 registry->Register(SetNoDelay); in RegisterExternalReferences()
185 void TCPWrap::SetNoDelay(const FunctionCallbackInfo<Value>& args) { in SetNoDelay() function in node::TCPWrap
Dtcp_wrap.h75 static void SetNoDelay(const v8::FunctionCallbackInfo<v8::Value>& args);