Home
last modified time | relevance | path

Searched defs:GetServername (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/ipc/
H A Dserver.h50 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
H A Dclient.h53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/ipc/
H A Dclient.h53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/ipc/
H A Dclient.h53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/ipc/
H A Dclient.h53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/ipc/
H A Dclient.h53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/ipc/
H A Dclient.h53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/ipc/
H A Dclient.h53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); } in GetServername() function
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-openssl/
H A Dssl.go71 func (s *SSL) GetServername() string { func
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/10gen/openssl/
H A Dssl.go71 func (s *SSL) GetServername() string { func
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/10gen/openssl/
H A Dssl.go71 func (s *SSL) GetServername() string { func
/dports/www/node10/node-v10.24.1/src/
H A Dtls_wrap.cc887 void TLSWrap::GetServername(const FunctionCallbackInfo<Value>& args) { in GetServername() function in node::TLSWrap