Home
last modified time | relevance | path

Searched refs:GetPathFile (Results 1 – 2 of 2) sorted by relevance

/dports/ftp/multiget/multiget-1.1.3/src/
H A Dmgurlparser.h60 bool GetPathFile( std::string& fullurl, std::string& pathfile );
H A Dmgurlparser.cpp130 if ( !GetPathFile( url, m_file ) ) in SetUrl()
173 if ( !GetPathFile( url, m_file ) ) in SetUrl()
705 bool CUrlParser::GetPathFile( std::string& fullurl, std::string& pathfile ) in GetPathFile() function in CUrlParser