Searched refs:wxURI_USERINFO (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.h32 wxURI_USERINFO = 2, enumerator in enum:wxURIFieldType
62 bool HasUserInfo() const { return (m_fields & wxURI_USERINFO) == wxURI_USERINFO; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp476 m_fields |= wxURI_USERINFO;
825 m_fields |= wxURI_USERINFO;

Completed in 44 milliseconds