Searched refs:wget_http_free_challenge (Results 1 – 4 of 4) sorted by relevance
1174 … wget_vector_set_destructor(resp->challenges, (wget_vector_destructor *) wget_http_free_challenge); in wget_http_parse_header_line()1219 … wget_vector_set_destructor(resp->challenges, (wget_vector_destructor *) wget_http_free_challenge); in wget_http_parse_header_line()1337 void wget_http_free_challenge(wget_http_challenge *challenge) in wget_http_free_challenge() function
1585 wget_vector_set_destructor(challenges, (wget_vector_destructor *) wget_http_free_challenge); in test_parse_challenge()1997 wget_http_free_challenge(challenge); in test_stringmap()2001 wget_vector_set_destructor(challenges, (wget_vector_destructor *) wget_http_free_challenge); in test_stringmap()
2283 wget_http_free_challenge(wget_http_challenge *challenge);
3504 …tor_set_destructor(config.default_challenges, (wget_vector_destructor *) wget_http_free_challenge); in init()