Home
last modified time | relevance | path

Searched defs:relurl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_urlparse.py200 def checkJoin(self, base, relurl, expected): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urlparse.py216 def checkJoin(self, base, relurl, expected): argument
/aosp_15_r20/external/curl/lib/
H A Durlapi.c253 static CURLcode concat_url(char *base, const char *relurl, char **newurl) in concat_url()