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

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp429 char *pszTCPPort = (char *)RTMemTmpAllocZ(VNC_ADDRESS_OPTION_MAX); local
432 pszTCPPort,
439 instance->queryVrdeFeature("Property/TCP/Ports", pszTCPPort, VNC_ADDRESS_OPTION_MAX);
462 if (strlen(pszTCPPort) > 0)
464 rc = RTStrToUInt32Ex(pszTCPPort, NULL, 10, &uServerPort4);
488 if (strlen(pszTCPPort) > 0)
490 rc = RTStrToUInt32Ex(pszTCPPort, NULL, 10, &uServerPort6);
644 RTMemTmpFree(pszTCPPort);

Completed in 3035 milliseconds