Searched refs:m_protocol (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Durl.cpp77 m_protocol = NULL;
129 // If the URL was already parsed (m_protocol != NULL), pass this section.
130 if (!m_protocol)
170 m_protocol = m_proxy; // FIXME: we should clone the protocol
187 if (m_protocol)
189 m_protocol->Destroy();
219 m_protocol = (wxProtocol *)m_protoinfo->m_cinfo->CreateObject();
233 if (!m_protocol)
245 m_protocol->SetUser(Unescape(m_userinfo));
248 m_protocol
[all...]
/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; }
108 wxProtocol *m_protocol; member in class:wxURL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPBase.h59 std::string m_protocol; member in class:CUPnPPortMapping
75 { return m_protocol; }
H A DUPnPBase.cpp72 m_protocol(protocol),
80 m_key = m_protocol + m_port;

Completed in 67 milliseconds