Lines Matching defs:resSize
411 size_t resSize = 0;
512 resSize = 42;
513 pszGetAddrInfo6 = (char *) RTMemTmpAllocZ(resSize);
516 rc = RTSocketQueryAddressStr(pszTCPAddress, pszGetAddrInfo6, &resSize, &enmAddrType);
527 resSize = 16;
528 pszGetAddrInfo4 = (char *) RTMemTmpAllocZ(resSize);
531 rc = RTSocketQueryAddressStr(pszTCPAddress, pszGetAddrInfo4, &resSize, &enmAddrType);
545 resSize = 16;
546 pszGetAddrInfo4 = (char *) RTMemTmpAllocZ(resSize);
549 rc = RTSocketQueryAddressStr(pszVNCAddress4, pszGetAddrInfo4, &resSize, &enmAddrType);
558 resSize = 42;
559 pszGetAddrInfo6 = (char *) RTMemTmpAllocZ(resSize);
562 rc = RTSocketQueryAddressStr(pszVNCAddress6, pszGetAddrInfo6, &resSize, &enmAddrType);