Searched refs:portend (Results 1 – 1 of 1) sorted by relevance
365 char *portend; in soup_uri_new_with_base() local366 uri->port = strtoul (colon + 1, &portend, 10); in soup_uri_new_with_base()367 if (portend != (char *)path) { in soup_uri_new_with_base()