Home
last modified time | relevance | path

Searched refs:NSURL_PORT (Results 1 – 7 of 7) sorted by relevance

/dports/www/netsurf/netsurf-3.10/utils/
H A Dnsurl.h50 NSURL_PORT = (1 << 4), enumerator
51 NSURL_AUTHORITY = NSURL_CREDENTIALS | NSURL_HOST | NSURL_PORT,
/dports/www/netsurf/netsurf-3.10/utils/nsurl/
H A Dnsurl.c160 if (parts & NSURL_PORT) { in nsurl_compare()
213 case NSURL_PORT: in nsurl_get_component()
281 case NSURL_PORT: in nsurl_has_component()
370 NSURL_PORT | NSURL_PATH | NSURL_QUERY | NSURL_FRAGMENT, in nsurl_get_utf8()
H A Dparse.c1041 if (url->port && parts & NSURL_PORT) { in nsurl__get_string_data()
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A DLocation.bnd159 nsurl_get(priv->url, NSURL_SCHEME | NSURL_HOST | NSURL_PORT, &url_s, &url_l);
279 nsurl_get(priv->url, NSURL_PORT, &url_s, &url_l);
/dports/www/netsurf/netsurf-3.10/test/
H A Dnsurl.c660 { "http://u:p@a:66/b/c/d;p?q#f", "66", NSURL_PORT, true },
669 { "file:", NULL, NSURL_PORT, false },
/dports/www/netsurf/netsurf-3.10/content/fetchers/
H A Dcurl.c133 lwc_string *port = nsurl_get_component(url, NSURL_PORT); in curl_fetch_ssl_key_hash()
155 lwc_string *port1 = nsurl_get_component(url1, NSURL_PORT); in curl_fetch_ssl_key_eq()
156 lwc_string *port2 = nsurl_get_component(url2, NSURL_PORT); in curl_fetch_ssl_key_eq()
/dports/www/netsurf/netsurf-3.10/content/
H A Durldb.c1422 port = nsurl_get_component(url, NSURL_PORT); in urldb_find_url()
3197 port = nsurl_get_component(url, NSURL_PORT); in urldb_add_url()