Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1304.c31 static char *s_password; variable
35 s_password = strdup(""); in unit_setup()
37 if(!s_password || !s_login) { in unit_setup()
38 Curl_safefree(s_password); in unit_setup()
47 Curl_safefree(s_password); in unit_stop()
161 free(s_password);
162 s_password = strdup("");
179 free(s_password);
180 s_password = strdup("");
200 free(s_password);
[all …]

Completed in 3 milliseconds