Home
last modified time | relevance | path

Searched refs:isStreamProtocol (Results 1 – 4 of 4) sorted by relevance

/dports/www/aria2/aria2-1.36.0/test/
H A DProtocolDetectorTest.cc35 CPPUNIT_ASSERT(detector.isStreamProtocol("http://localhost/index.html")); in testIsStreamProtocol()
36 CPPUNIT_ASSERT(detector.isStreamProtocol("ftp://localhost/index.html")); in testIsStreamProtocol()
37 CPPUNIT_ASSERT(!detector.isStreamProtocol("/home/web/localhost/index.html")); in testIsStreamProtocol()
/dports/www/aria2/aria2-1.36.0/src/
H A DProtocolDetector.h50 bool isStreamProtocol(const std::string& uri) const;
H A DProtocolDetector.cc56 bool ProtocolDetector::isStreamProtocol(const std::string& uri) const in isStreamProtocol() function in aria2::ProtocolDetector
H A Ddownload_helper.cc392 if (detector_.isStreamProtocol(uri)) { in operator ()()
469 return detector_.isStreamProtocol(uri); in operator ()()