Home
last modified time | relevance | path

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

/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp154 BString portString; in SetTo() local
155 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()
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp307 BString portString; in _ParseAddress() local
308 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()