Searched refs:parseurl (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | ic.py | 207 def parseurl(self, data, start=None, end=None, hint=""): member in IC 240 def parseurl(data, start=None, end=None, hint=""): function 243 return _dft_ic.parseurl(data, start, end, hint)
|
/external/curl/lib/ |
D | urlapi.c | 884 static CURLUcode parseurl(const char *url, CURLU *u, unsigned int flags) in parseurl() function 1226 result = parseurl(part, handle2, flags); in curl_url_set() 1240 result = parseurl(part, handle2, flags); in curl_url_set() 1260 result = parseurl(redired_url, handle2, flags); in curl_url_set()
|
/external/curl/docs/examples/ |
D | Makefile.inc | 37 shared-connection-cache sftpuploadresume http2-pushinmemory parseurl \
|
/external/python/cpython2/Doc/library/ |
D | ic.rst | 47 parseurl(data[, start[, end[, hint]]]) 84 .. method:: IC.parseurl(data[, start[, end[, hint]]])
|
/external/curl/ |
D | CHANGES | 4889 ==24516== by 0x4EBB568: parseurl (urlapi.c:861) 4962 - examples/parseurl.c: show off the URL API a bit
|