Searched refs:wget_http_parse_content_disposition (Results 1 – 4 of 4) sorted by relevance
518 const char *wget_http_parse_content_disposition(const char *s, const char **filename) in wget_http_parse_content_disposition() function1099 wget_http_parse_content_disposition(value0, &resp->content_filename); in wget_http_parse_header_line()
2429 wget_http_parse_content_disposition("attachment; filename=\"with space\"", &filename); in test_parse_header_line()
2238 wget_http_parse_content_disposition(const char *s, const char **filename) WGET_GCC_NONNULL((1));
10702 * libwget/http_parse.c (wget_http_parse_content_disposition): Fix NULL ptr dereference10812 * libwget/http_parse.c (wget_http_parse_content_disposition): Fix memleak (found by fuzzing)