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 = NULL; in unit_setup()
42 Curl_safefree(s_password); in unit_stop()
128 free(s_password);
130 s_password = NULL;
147 free(s_password);
148 s_password = NULL;
156 fail_unless(strncmp(s_password, "none", 4) == 0,
166 free(s_password);
168 s_password = NULL;
[all …]

Completed in 3 milliseconds