Searched defs:strHostPort (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp544 char *strHostPort; local
555 strHostPort = RTStrStrip(ch);
572 RTStrToUInt16(strHostPort), Bstr(strGuestIp).raw(), RTStrToUInt16(strGuestPort)));
H A DVBoxManageModifyVM.cpp1712 char *strHostPort; local
1723 strHostPort = RTStrStrip(ch);
1741 RTStrToUInt16(strHostPort),
H A DVBoxManageInfo.cpp1027 Utf8Str strHostPort; local
1051 ITERATE_TO_NEXT_TERM(strHostPort, utf, pos, ppos);
1073 strHostIP.c_str(), strHostPort.c_str(),
1081 strHostIP.c_str(), strHostPort.c_str(),
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4752 Utf8Str strHostPort; local
4773 ITERATE_TO_NEXT_TERM(strHostPort, utf, pos, ppos);
4808 port = RTStrToUInt16(strHostPort.c_str());

Completed in 80 milliseconds