Home
last modified time | relevance | path

Searched refs:longurl (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/libtest/
Dlib1559.c33 char *longurl = malloc(EXCESSIVE); in test() local
37 if(!longurl) in test()
40 memset(longurl, 'a', EXCESSIVE); in test()
41 longurl[EXCESSIVE-1] = 0; in test()
46 res = curl_easy_setopt(curl, CURLOPT_URL, longurl); in test()
50 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDS, longurl); in test()
56 CURLUcode uc = curl_url_set(u, CURLUPART_URL, longurl, 0); in test()
59 uc = curl_url_set(u, CURLUPART_SCHEME, longurl, CURLU_NON_SUPPORT_SCHEME); in test()
62 uc = curl_url_set(u, CURLUPART_USER, longurl, 0); in test()
69 free(longurl); in test()