Home
last modified time | relevance | path

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

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhttp_parse.c1174 … 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
/dports/www/wget2/wget2-2.0.0/unit-tests/
H A Dtest.c1585 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()
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h2283 wget_http_free_challenge(wget_http_challenge *challenge);
/dports/www/wget2/wget2-2.0.0/src/
H A Doptions.c3504 …tor_set_destructor(config.default_challenges, (wget_vector_destructor *) wget_http_free_challenge); in init()