Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urlparse.py216 def checkJoin(self, base, relurl, expected): argument
/third_party/curl/lib/
Durlapi.c253 static CURLcode concat_url(char *base, const char *relurl, char **newurl) in concat_url()