Home
last modified time | relevance | path

Searched refs:FAIL_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DCatalogListModel.cxx111 case Delegate::FAIL_NOT_FOUND: in data()
292 if (cat->status() == Delegate::FAIL_NOT_FOUND) { in onCatalogStatusChanged()
325 case Delegate::FAIL_NOT_FOUND: return NotFoundOnServer; in translateStatusForCatalog()
H A DAircraftModel.cxx658 case Delegate::FAIL_NOT_FOUND: in installFailed()
/dports/devel/simgear/simgear-2020.3.11/simgear/package/
H A DDelegate.hxx55 FAIL_NOT_FOUND, ///< package URL returned a 404 enumerator
H A DInstall.cxx146 code = Delegate::FAIL_NOT_FOUND; in onDone()
231 const auto canRetry = (aReason == Delegate::FAIL_NOT_FOUND) || in doFailure()
H A DCatalog.cxx101 code = Delegate::FAIL_NOT_FOUND; in onDone()
477 if (m_status == Delegate::FAIL_NOT_FOUND) { in setUrl()