Home
last modified time | relevance | path

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

/third_party/node/src/
Dtcp_wrap.h74 static void SetKeepAlive(const v8::FunctionCallbackInfo<v8::Value>& args);
Dtcp_wrap.cc98 env->SetProtoMethod(t, "setKeepAlive", SetKeepAlive); in Initialize()
170 void TCPWrap::SetKeepAlive(const FunctionCallbackInfo<Value>& args) { in SetKeepAlive() function in node::TCPWrap