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 D | relative_to_absolute_url.c | 37 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 D | print_css_urls2.c | 97 } else if (wget_iri_relative_to_abs(ctx->base, url, len, &ctx->uri_buf)) { in css_parse_uri()
|
H A D | batch_loader.c | 83 rc = !wget_iri_relative_to_abs(base, urlpart_encoded, urlpart_encoded_length, buf); in _normalize_uri()
|
H A D | check_url_types.c | 83 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 D | libwget_iri_fuzzer.c | 51 wget_iri_relative_to_abs(base, (const char *) in, len, &buf); in test()
|
/dports/www/wget2/wget2-2.0.0/libwget/ |
H A D | css_url.c | 99 if (wget_iri_relative_to_abs(base, url->url, url->len, &buf)) in urls_to_absolute()
|
H A D | iri.c | 898 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 D | http_highlevel.c | 309 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 D | wget.c | 1142 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 D | test.c | 959 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 D | wget.h | 1316 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 D | ChangeLog | 1702 (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
|