Searched defs:full_url (Results 1 – 3 of 3) sorted by relevance
/third_party/curl/tests/libtest/ | ||
D | libauthretry.c | 35 char *full_url = malloc(len); in send_request() local |
D | libntlmconnect.c | 96 char *full_url = malloc(urllen); in test() local |
/third_party/python/Lib/urllib/ | ||
D | request.py | 338 def full_url(self): member in Request |