Searched defs:URL (Results 1 – 25 of 152) sorted by relevance
1234567
/external/curl/tests/libtest/ |
D | lib537.c | 461 int test(char *URL) 512 int test(char *URL)
|
D | lib1515.c | 53 static int do_one_request(CURLM *m, char *URL, char *resolve) in do_one_request() 113 int test(char *URL) in test()
|
D | lib518.c | 458 int test(char *URL) in test() 509 int test(char *URL) in test()
|
D | lib520.c | 26 int test(char *URL) in test()
|
D | lib521.c | 26 int test(char *URL) in test()
|
D | lib519.c | 26 int test(char *URL) in test()
|
D | lib501.c | 26 int test(char *URL) in test()
|
D | lib598.c | 26 int test(char *URL) in test()
|
D | lib549.c | 31 int test(char *URL) in test()
|
D | lib514.c | 26 int test(char *URL) in test()
|
D | lib1508.c | 28 int test(char *URL) in test()
|
D | lib562.c | 38 int test(char *URL) in test()
|
D | lib515.c | 26 int test(char *URL) in test()
|
D | lib517.c | 122 int test(char *URL) in test()
|
D | lib516.c | 26 int test(char *URL) in test()
|
D | lib511.c | 26 int test(char *URL) in test()
|
D | lib590.c | 39 int test(char *URL) in test()
|
D | lib542.c | 34 int test(char *URL) in test()
|
D | lib523.c | 26 int test(char *URL) in test()
|
D | lib524.c | 26 int test(char *URL) in test()
|
D | lib567.c | 29 int test(char *URL) in test()
|
D | lib1529.c | 27 int test(char *URL) in test()
|
D | lib1511.c | 26 int test(char *URL) in test()
|
D | lib512.c | 29 int test(char *URL) in test()
|
/external/libxml2/ |
D | nanohttp.c | 277 xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) { in xmlNanoHTTPScanURL() 344 xmlNanoHTTPScanProxy(const char *URL) { in xmlNanoHTTPScanProxy() 389 xmlNanoHTTPNewCtxt(const char *URL) { in xmlNanoHTTPNewCtxt() 1227 xmlNanoHTTPOpen(const char *URL, char **contentType) { in xmlNanoHTTPOpen() 1247 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { in xmlNanoHTTPOpenRedir() 1348 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethodRedir() 1603 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, in xmlNanoHTTPMethod() 1623 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) { in xmlNanoHTTPFetch()
|
1234567