Searched refs:TcpServerGetLocalAddressContext (Results 1 – 5 of 5) sorted by relevance
86 bool ExecTcpConnectionGetLocalAddress(TcpServerGetLocalAddressContext *context);96 bool ExecTcpServerGetLocalAddress(TcpServerGetLocalAddressContext *context);139 napi_value TcpConnectionGetLocalAddressCallback(TcpServerGetLocalAddressContext *context);147 napi_value TcpServerGetLocalAddressCallback(TcpServerGetLocalAddressContext *context);
77 bool ExecTcpServerGetLocalAddress(TcpServerGetLocalAddressContext *context) in ExecTcpServerGetLocalAddress()138 napi_value TcpServerGetLocalAddressCallback(TcpServerGetLocalAddressContext *context) in TcpServerGetLocalAddressCallback()
57 typedef TcpServerCommonContext TcpServerGetLocalAddressContext; typedef
175 …BaseAsyncWork::ExecAsyncWork<TcpServerGetLocalAddressContext, SocketExec::ExecTcpServerGetLocalAdd… in ExecTcpServerGetLocalAddress()416 …BaseAsyncWork::AsyncWorkCallback<TcpServerGetLocalAddressContext, SocketExec::TcpServerGetLocalAdd… in TcpServerGetLocalAddressCallback()
791 [](napi_env theEnv, napi_value thisVal, TcpServerGetLocalAddressContext *context) -> bool { in GetLocalAddress()825 return SOCKET_INTERFACE(TcpServerGetLocalAddressContext, ExecTcpServerGetLocalAddress, in GetLocalAddress()