Home
last modified time | relevance | path

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

/dports/www/wget2/wget2-2.0.0/examples/
H A Drelative_to_absolute_url.c37 absolute_url = wget_iri_relative_to_abs(base, relative_url, -1, buf); in main()
41 absolute_url = wget_iri_relative_to_abs(base, relative_url, -1, buf); in main()
46 absolute_url = wget_iri_relative_to_abs(base, relative_url, -1, buf); in main()
50 absolute_url = wget_iri_relative_to_abs(base, relative_url, -1, buf); in main()
54 absolute_url = wget_iri_relative_to_abs(base, relative_url, -1, buf); in main()
H A Dprint_css_urls2.c97 } else if (wget_iri_relative_to_abs(ctx->base, url, len, &ctx->uri_buf)) { in css_parse_uri()
H A Dbatch_loader.c83 rc = !wget_iri_relative_to_abs(base, urlpart_encoded, urlpart_encoded_length, buf); in _normalize_uri()
H A Dcheck_url_types.c83 rc = !wget_iri_relative_to_abs(base, urlpart_encoded, urlpart_encoded_length, buf); in _normalize_uri()
/dports/www/wget2/wget2-2.0.0/fuzz/
H A Dlibwget_iri_fuzzer.c51 wget_iri_relative_to_abs(base, (const char *) in, len, &buf); in test()
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dcss_url.c99 if (wget_iri_relative_to_abs(base, url->url, url->len, &buf)) in urls_to_absolute()
H A Diri.c898 const char *wget_iri_relative_to_abs(const wget_iri *base, const char *val, size_t len, wget_buffer… in wget_iri_relative_to_abs() function
1001 iri = wget_iri_parse(wget_iri_relative_to_abs(base, url, (size_t) -1, &buf), encoding); in wget_iri_parse_base()
1005 iri = wget_iri_parse(wget_iri_relative_to_abs(NULL, url, (size_t) -1, NULL), encoding); in wget_iri_parse_base()
H A Dhttp_highlevel.c309 wget_iri_relative_to_abs(uri, resp->location, -1, &uri_buf); in wget_http_get()
/dports/www/wget2/wget2-2.0.0/src/
H A Dwget.c1142 if (wget_iri_relative_to_abs(conversion->base, url->p, url->len, &buf)) { in convert_links()
1794 wget_iri_relative_to_abs(iri, resp->location, (size_t) -1, &uri_buf); in process_response_header()
2520 rc = !wget_iri_relative_to_abs(base, urlpart_encoded, urlpart_encoded_length, buf); in normalize_uri()
/dports/www/wget2/wget2-2.0.0/unit-tests/
H A Dtest.c959 wget_iri_relative_to_abs(base, t->relative, (size_t) -1, &uri_buf); in test_iri_relative_to_absolute()
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h1316 wget_iri_relative_to_abs(const wget_iri *base, const char *val, size_t len, wget_buffer *buf);
/dports/www/wget2/wget2-2.0.0/
H A DChangeLog1702 (wget_iri_relative_to_abs): Add 'const' to 'base' param,
3416 Allow -1 as len parameter to wget_iri_relative_to_abs()
9196 * libwget/iri.c (wget_iri_relative_to_abs): Fix null pointer dereference