Searched refs:u16Size (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dmappings.cpp231 FolderMapping[i].pMapName->u16Size = pMapName->u16Size;
232 memcpy(FolderMapping[i].pMapName->String.ucs2, pMapName->String.ucs2, pMapName->u16Size);
435 if (pString->u16Size < pFolderMapping->pMapName->u16Size)
438 pString->u16Size, pFolderMapping->pMapName->u16Size));
445 pFolderMapping->pMapName->u16Size);
H A Dvbsf.cpp555 pPath->u16Size = pPath->u16Length + sizeof(pPath->String.ucs2[0]);
1655 rc = vbsfBuildFullPath(pClient, root, pPath, pPath->u16Size, &pszFullPath, NULL, true);
1741 pSFDEntry->name.u16Size = pDirEntry->cbName + 1;
1777 pSFDEntry->name.u16Size = pSFDEntry->name.u16Length + 2;
1779 Log(("SHFL: File name size %d\n", pSFDEntry->name.u16Size));
1783 cbNeeded = RT_OFFSETOF(SHFLDIRINFO, name.String) + pSFDEntry->name.u16Size;
2337 rc = vbsfBuildFullPath(pClient, root, pSrc, pSrc->u16Size, &pszFullPathSrc, NULL);
2341 rc = vbsfBuildFullPath(pClient, root, pDest, pDest->u16Size, &pszFullPathDest, NULL, false, true);
2405 rc = vbsfBuildFullPath(pClient, root, pNewPath, pNewPath->u16Size, &pszFullNewPath, NULL);
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsfhlp.c465 AssertMsg(pShflString->u16Length + sizeof(WCHAR) == pShflString->u16Size,
466 ("u16Length %d, u16Size %d\n", pShflString->u16Length, pShflString->u16Size));
472 AssertMsg(pShflString->u16Size >= sizeof(WCHAR),
473 ("u16Size %d\n", pShflString->u16Size));
H A Dinfo.c157 AssertMsg(ParsedPath->u16Length + sizeof(WCHAR) == ParsedPath->u16Size,
158 ("u16Length %d, u16Size %d\n", ParsedPath->u16Length, ParsedPath->u16Size));
244 int cbEntry = RT_OFFSETOF(SHFLDIRINFO, name.String) + pDirEntry->name.u16Size;
263 cbToCopy += pDirEntry->name.u16Size;
300 cbToCopy += pDirEntry->name.u16Size;
338 cbToCopy += pDirEntry->name.u16Size;
360 cbToCopy, pDirEntry->name.u16Size, pDirEntry->name.u16Length));
364 pDirEntry->name.u16Size / sizeof(WCHAR), pDirEntry->name.String.ucs2));
386 cbToCopy += pDirEntry->name.u16Size;
[all...]
/vbox/include/VBox/
H A Dshflsvc.h159 uint16_t u16Size; member in struct:_SHFLSTRING
183 return pString ? sizeof(SHFLSTRING) - sizeof(pString->String) + pString->u16Size : 0;
203 pString->u16Size = u32Size - u32HeaderSize;
205 if (pString->u16Size >= sizeof(pString->String.ucs2[0]))
207 else if (pString->u16Size >= sizeof(pString->String.utf8[0]))
226 if (RT_UNLIKELY((uint32_t)pString->u16Size + RT_UOFFSETOF(SHFLSTRING, String) > cbBuf))
228 if (RT_UNLIKELY(pString->u16Length >= pString->u16Size))
247 if (RT_UNLIKELY((uint32_t)pString->u16Size + RT_UOFFSETOF(SHFLSTRING, String) > cbBuf))
252 if (RT_UNLIKELY(pString->u16Length >= pString->u16Size))
262 if (RT_UNLIKELY((uint32_t)sizeof(RTUTF16) + pString->u16Length > pString->u16Size))
[all...]
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp493 pDest->string.u16Size = pDest->string.u16Length + sizeof(RTUTF16);
519 + FolderName.string.u16Size);
521 + Mapping.string.u16Size);
527 + Mapping.string.u16Size);
556 + FolderName.string.u16Size);
576 + Path.string.u16Size);
661 + Path.string.u16Size);
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c151 rv->u16Size = len + 1;
174 rv->u16Size += s2len;
189 rv->u16Size = rv->u16Length + 1;
209 rv->u16Size = rv->u16Length + 1;
418 size_t size = offsetof(SHFLDIRINFO, name.String) + cookie->buffer->name.u16Size;
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.c106 str_name->u16Size = name_len + 1;
265 sf_i->path->u16Size = 2;
H A Ddirops.c200 size = offsetof(SHFLDIRINFO, name.String) + info->name.u16Size;
812 ssymname->u16Size = symname_len;
H A Dutils.c463 tmp->u16Size = path_len;
/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs_vfsops.c138 pShFlShareName->u16Size = cbShare + 1;
/vbox/src/VBox/Devices/PC/
H A DDevFwCommon.cpp275 uint16_t u16Size; member in struct:DMIMEMORYDEV
863 pMemDev->u16Size = u16RamSizeM; /* RAM size */
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c74 str->u16Size = len + 1;
1036 size = offsetof (SHFLDIRINFO, name.String) + info->name.u16Size;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8041 pFolderName->u16Size = (uint16_t)cbString;
8058 pMapName->u16Size = (uint16_t)cbString;
8121 pMapName->u16Size = (uint16_t)cbString;

Completed in 367 milliseconds