Searched refs:portString (Results 1 – 2 of 2) sorted by relevance
154 BString portString; in SetTo() local155 if (!strip_port(hostString, portString) && service != NULL) in SetTo()156 portString = service; in SetTo()167 if (host == NULL && portString.Length() == 0) { in SetTo()168 portString = "0"; in SetTo()173 portString.Length() != 0 ? portString.String() : NULL, &hint, &fInfo); in SetTo()
307 BString portString; in _ParseAddress() local308 newCddbServer.MoveInto(portString, pos + 1, in _ParseAddress()310 if (portString.CountChars() > 0) { in _ParseAddress()313 port = strtol(portString.String(), &firstInvalid, 10); in _ParseAddress()318 if (firstInvalid == portString.String()) { in _ParseAddress()