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

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp411 size_t resSize = 0; local
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,
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp1916 long resSize = mCachedCatInfo.hFileInfo.ioFlRLgLen; local
1927 // LL_I2L(resInt64, resSize);
3293 long resSize = 0; local
3295 OSErr err = FSpGetFileSize(&mTargetSpec, &dataSize, &resSize);
3305 LL_I2L(resInt64, resSize);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h604 SSizeRestriction resSize; member in union:_SRestriction::__anon13646
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h607 SSizeRestriction resSize; member in union:_SRestriction::__anon1023

Completed in 87 milliseconds