Searched refs:GetProtocol (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_filter.cpp34 return wxFilterClassFactory::Find(GetProtocol(location)) != NULL;
45 wxString protocol = GetProtocol(location);
H A Dfs_inet.cpp85 wxString p = GetProtocol(location);
103 GetProtocol(location) + wxT(":") + StripProtocolAnchor(location);
109 wxString content = url.GetProtocol().GetContentType();
H A Dfs_arc.cpp342 wxString p = GetProtocol(location);
352 wxString protocol = GetProtocol(location);
425 wxString protocol = GetProtocol(spec);
H A Dfs_mem.cpp112 wxString p = GetProtocol(location);
H A Dfilesys.cpp141 wxString wxFileSystemHandler::GetProtocol(const wxString& location) const function in class:wxFileSystemHandler
220 return GetProtocol(location) == wxT("file");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPacket.h67 uint8 GetProtocol() const { return prot; } function in class:CPacket
H A DServerSocket.cpp662 AddDebugLogLineN(logServer, CFormat(wxT("Server: Packet Received: Prot %x, Opcode %x, Length %u")) % packet->GetProtocol() % packet->GetOpCode() % packet->GetPacketSize());
664 if (packet->GetProtocol() == OP_PACKEDPROT) {
667 % packet->GetProtocol() % packet->GetOpCode() % packet->GetPacketSize());
675 if (packet->GetProtocol() == OP_EDONKEYPROT) {
679 % packet->GetProtocol() % packet->GetOpCode() % packet->GetPacketSize());
H A DClientTCPSocket.cpp1970 % packet->GetProtocol()
1981 if ((packet->GetProtocol() == OP_PACKEDPROT) ||
1982 (packet->GetProtocol() == OP_ED2KV2PACKEDPROT)) {
1990 % packet->GetProtocol() % packet->GetOpCode() % packet->GetPacketSize());
1995 switch (packet->GetProtocol()) {
2032 % packet->GetProtocol()
H A DEMSocket.cpp271 switch (packet->GetProtocol()){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilesysh.tex13 of opening the file: GetProtocol, GetLeftLocation, GetRightLocation,
67 return (GetProtocol(location) == "http");
101 \membersection{wxFileSystemHandler::GetProtocol}\label{wxfilesystemhandlergetprotocol}
103 \constfunc{wxString}{GetProtocol}{\param{const wxString\& }{location}}
107 Example: GetProtocol("file:myzipfile.zip\#zip:index.htm") == "zip"
H A Durl.tex53 % GetProtocol
55 \membersection{wxURL::GetProtocol}\label{wxurlgetprotocol}
57 \func{wxProtocol\&}{GetProtocol}{\void}
H A Dfltfactory.tex95 list << factory->GetProtocol() << _T("\n");
105 \membersection{wxFilterClassFactory::GetProtocol}\label{wxfilterclassfactorygetprotocol}
107 \constfunc{wxString}{GetProtocol}{\void}
H A Darchive.tex108 list << factory->GetProtocol() << _T("\n");
127 \membersection{wxArchiveClassFactory::GetProtocol}\label{wxarchiveclassfactorygetprotocol}
129 \constfunc{wxString}{GetProtocol}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Durl.h57 wxProtocol& GetProtocol() { return *m_protocol; } function in class:wxURL
H A Dfilesys.h139 wxString GetProtocol(const wxString& location) const;
H A Dstream.h345 wxString GetProtocol() const { return wxString(*GetProtocols()); } function in class:wxFilterClassFactoryBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filesys/
H A Dfilesystest.cpp38 wxString Protocol(const wxString& p) { return GetProtocol(p); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp43 return (GetProtocol(location) == wxT("myVFS"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp784 wxString p = GetProtocol(location);
786 (GetProtocol(GetLeftLocation(location)) == _T("file"));
799 if ( GetProtocol(left) != _T("file") )
860 if ( GetProtocol(left) != _T("file") )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sockets/
H A Dclient.cpp577 url.GetProtocol().GetContentType().c_str(),

Completed in 299 milliseconds