Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib1560.c1820 char *h_str = NULL, *copy_str = NULL; in urldup() local
1834 rc = curl_url_get(h, CURLUPART_URL, &h_str, 0); in urldup()
1842 if(strcmp(h_str, copy_str)) { in urldup()
1844 url[i], h_str, copy_str); in urldup()
1848 curl_free(h_str); in urldup()
1851 h_str = NULL; in urldup()
1858 curl_free(h_str); in urldup()

Completed in 17 milliseconds