Home
last modified time | relevance | path

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

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhttp_parse.c518 const char *wget_http_parse_content_disposition(const char *s, const char **filename) in wget_http_parse_content_disposition() function
1099 wget_http_parse_content_disposition(value0, &resp->content_filename); in wget_http_parse_header_line()
/dports/www/wget2/wget2-2.0.0/unit-tests/
H A Dtest.c2429 wget_http_parse_content_disposition("attachment; filename=\"with space\"", &filename); in test_parse_header_line()
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h2238 wget_http_parse_content_disposition(const char *s, const char **filename) WGET_GCC_NONNULL((1));
/dports/www/wget2/wget2-2.0.0/
H A DChangeLog10702 * libwget/http_parse.c (wget_http_parse_content_disposition): Fix NULL ptr dereference
10812 * libwget/http_parse.c (wget_http_parse_content_disposition): Fix memleak (found by fuzzing)