Lines Matching defs:pszInternalPortStart
240 char *pszInternalPort = NULL, *pszInternalPortStart = NULL;
273 pszInternalPortStart = (char * )RTMemTmpAlloc(10);
275 if (! (pszResultAddressStart && pszInternalAddressStart && pszInternalPortStart))
283 if (pszInternalPortStart)
284 RTMemTmpFree(pszInternalPortStart);
297 pszInternalPort = pszInternalPortStart;
298 memset(pszInternalPortStart, '\0', 10);
905 memcpy(pszInternalPortStart, pszResultPortStart, strlen(pszResultPortStart));
908 int rc = RTStrToUInt32Ex(pszInternalPortStart, NULL, 10, &intPortOut);
1024 if (pszInternalPortStart)
1025 RTMemTmpFree(pszInternalPortStart);