Searched refs:wxURI_PORT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h34 wxURI_PORT = 8, enumerator in enum:wxURIFieldType
64 bool HasPort() const { return (m_fields & wxURI_PORT) == wxURI_PORT; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp580 m_fields |= wxURI_PORT;
835 m_fields |= wxURI_PORT;

Completed in 151 milliseconds