Home
last modified time | relevance | path

Searched refs:testPathAndQuery (Results 1 – 3 of 3) sorted by relevance

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/test/
H A DHTTPMessageTest.cpp419 void testPathAndQuery(const string& url, in testPathAndQuery() function
433 testPathAndQuery("http://localhost:80/foo?bar#qqq", "/foo", "bar"); in TEST()
434 testPathAndQuery("localhost:80/foo?bar#qqq", "/foo", "bar"); in TEST()
435 testPathAndQuery("localhost", "", ""); in TEST()
436 testPathAndQuery("/f/o/o?bar#qqq", "/f/o/o", "bar"); in TEST()
437 testPathAndQuery("#?hello", "", ""); in TEST()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkurltest.h45 void testPathAndQuery();
H A Dkurltest.cpp596 void KUrlTest::testPathAndQuery() in testPathAndQuery() function in KUrlTest