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

/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp154 BString portString; local
155 if (!strip_port(hostString, portString) && service != NULL)
156 portString = service;
167 if (host == NULL && portString.Length() == 0) {
168 portString = "0";
173 portString.Length() != 0 ? portString.String() : NULL, &hint, &fInfo);
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp307 BString portString; local
308 newCddbServer.MoveInto(portString, pos + 1,
310 if (portString.CountChars() > 0) {
313 port = strtol(portString.String(), &firstInvalid, 10);
318 if (firstInvalid == portString.String()) {

Completed in 40 milliseconds