Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1620.c50 char *passwdstr = NULL; in test_parse() local
53 &userstr, &passwdstr, &options); in test_parse()
57 fail_unless(!!exp_password == !!passwdstr, "password expectation failed"); in test_parse()
63 fail_unless(!exp_password || strcmp(passwdstr, exp_password) == 0, in test_parse()
70 free(passwdstr); in test_parse()

Completed in 4 milliseconds