Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DCurlFile.cpp415 m_ftpport = ""; in CCurlFile()
588 if( m_ftpport.length() > 0 ) in SetCommonOptions()
589 g_curlInterface.easy_setopt(h, CURLOPT_FTPPORT, m_ftpport.c_str()); in SetCommonOptions()
804 m_ftpport = ""; in ParseAndCorrectUrl()
807 m_ftpport = url2.GetProtocolOption("active"); in ParseAndCorrectUrl()
808 if(m_ftpport.empty()) in ParseAndCorrectUrl()
809 m_ftpport = "-"; in ParseAndCorrectUrl()
H A DCurlFile.h165 std::string m_ftpport; variable