Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DCurlFile.h187 bool m_failOnError = true; variable
H A DCurlFile.cpp882 m_failOnError = value == "true"; in ParseAndCorrectUrl()
1082 m_failOnError && !CServiceBroker::GetLogging().CanLogComponent(LOGCURL)); in Open()
1089 if (m_httpresponse <= 0 || (m_failOnError && m_httpresponse >= 400)) in Open()