Searched defs:URL (Results 1 – 25 of 154) sorted by relevance
1234567
/external/curl/tests/libtest/ |
D | lib554.c | 67 static int once(char *URL, bool oldstyle) in once() 207 int test(char *URL) in test()
|
D | lib537.c | 466 int test(char *URL) 517 int test(char *URL)
|
D | lib1515.c | 54 static int do_one_request(CURLM *m, char *URL, char *resolve) in do_one_request() 114 int test(char *URL) in test()
|
D | lib518.c | 464 int test(char *URL) in test() 515 int test(char *URL) in test()
|
D | lib598.c | 26 int test(char *URL) in test()
|
D | lib514.c | 26 int test(char *URL) in test()
|
D | lib511.c | 26 int test(char *URL) in test()
|
D | lib523.c | 26 int test(char *URL) in test()
|
D | lib517.c | 122 int test(char *URL) in test()
|
D | lib1508.c | 28 int test(char *URL) in test()
|
D | lib524.c | 26 int test(char *URL) in test()
|
D | lib549.c | 31 int test(char *URL) in test()
|
D | lib501.c | 26 int test(char *URL) in test()
|
D | lib519.c | 26 int test(char *URL) in test()
|
D | lib515.c | 26 int test(char *URL) in test()
|
D | lib516.c | 26 int test(char *URL) in test()
|
D | lib562.c | 38 int test(char *URL) in test()
|
D | lib520.c | 26 int test(char *URL) in test()
|
D | lib590.c | 39 int test(char *URL) in test()
|
D | lib521.c | 26 int test(char *URL) in test()
|
D | lib542.c | 34 int test(char *URL) in test()
|
D | lib1529.c | 27 int test(char *URL) in test()
|
D | lib567.c | 29 int test(char *URL) in test()
|
D | lib1511.c | 26 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