Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-uri.c365 char *portend; in soup_uri_new_with_base() local
366 uri->port = strtoul (colon + 1, &portend, 10); in soup_uri_new_with_base()
367 if (portend != (char *)path) { in soup_uri_new_with_base()