/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdfat.c | 154 CopyMemory(pbr->jump, VFD_JUMP_CODE, sizeof(pbr->jump)); in FormatBufferFat() 155 CopyMemory(pbr->oemid, VFD_OEM_NAME, sizeof(pbr->oemid)); in FormatBufferFat() 156 CopyMemory(&pbr->bpb, bpb, sizeof(pbr->bpb)); in FormatBufferFat() 165 CopyMemory(pbr->exbpb.VolumeLabel, in FormatBufferFat() 168 CopyMemory(pbr->exbpb.FileSystemType, in FormatBufferFat()
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | printingthread.c | 41 CopyMemory(pwszPrinterPort, pJob->pPrinter->pPort->pwszName, cchPortName * sizeof(WCHAR)); in PrintingThreadProc() 42 CopyMemory(&pwszPrinterPort[cchPortName], wszPortAppendix, sizeof(wszPortAppendix)); in PrintingThreadProc() 80 CopyMemory(pwszPrinterAndJob, OpenData.pPrinterName, cchPrinterName * sizeof(WCHAR)); in PrintingThreadProc() 81 CopyMemory(&pwszPrinterAndJob[cchPrinterName], wszJobAppendix, cchJobAppendix * sizeof(WCHAR)); in PrintingThreadProc()
|
H A D | jobs.c | 152 CopyMemory(pwszOutput, wszJobDirectory, cchJobDirectory * sizeof(WCHAR)); in GetJobFilePath() 184 CopyMemory(wszFullPath, wszJobDirectory, cchJobDirectory * sizeof(WCHAR)); in InitializeGlobalJobList() 185 CopyMemory(&wszFullPath[cchJobDirectory], wszPath, (cchPath + 1) * sizeof(WCHAR)); in InitializeGlobalJobList() 440 CopyMemory(pData, &AddJobInfo1, sizeof(ADDJOB_INFO_1W)); in LocalAddJob() 487 CopyMemory(&(*ppJobInfo)->Submitted, &pJob->stSubmitted, sizeof(SYSTEMTIME)); in _LocalGetJobLevel1() 582 CopyMemory(&(*ppJobInfo)->Submitted, &pJob->stSubmitted, sizeof(SYSTEMTIME)); in _LocalGetJobLevel2() 616 CopyMemory(*ppJobInfoEnd, pJob->pDevMode, cbDevMode); in _LocalGetJobLevel2() 1269 CopyMemory(&pJob->stSubmitted, &pShadowFile->stSubmitted, sizeof(SYSTEMTIME)); in ReadJobShadowFile() 1363 CopyMemory(&pShadowFile->stSubmitted, &pJob->stSubmitted, sizeof(SYSTEMTIME)); in WriteJobShadowFile() 1375 CopyMemory((PBYTE)pShadowFile + dwCurrentOffset, pJob->pwszDatatype, cbDatatype); in WriteJobShadowFile() [all …]
|
H A D | main.c | 179 …CopyMemory(&wszSpoolDirectory[cchSpoolDirectory], wszSpoolPath, (cchSpoolPath + 1) * sizeof(WCHAR)… in _InitializeLocalSpooler() 192 CopyMemory(wszJobDirectory, wszSpoolDirectory, cchSpoolDirectory * sizeof(WCHAR)); in _InitializeLocalSpooler() 193 …CopyMemory(&wszJobDirectory[cchSpoolDirectory], wszPrintersPath, (cchPrintersPath + 1) * sizeof(WC… in _InitializeLocalSpooler() 256 … CopyMemory(pPrintProvidor, &_PrintProviderFunctions, min(cbPrintProvidor, sizeof(PRINTPROVIDOR))); in InitializePrintProvidor()
|
H A D | printprocessors.c | 56 CopyMemory(pwszEnvironmentKey, wszEnvironmentsKey, cchEnvironmentsKey * sizeof(WCHAR)); in _OpenEnvironment() 57 …CopyMemory(&pwszEnvironmentKey[cchEnvironmentsKey], pEnvironment, (cchEnvironment + 1) * sizeof(WC… in _OpenEnvironment() 262 CopyMemory(&wszPrintProcessorPath[cchPrintProcessorPath], wszFileName, cbFileName); in InitializePrintProcessorList() 577 …CopyMemory(pCurrentOutputPrintProcessorInfo, &PrintProcessorInfo1, sizeof(PRINTPROCESSOR_INFO_1W)); in LocalEnumPrintProcessors() 671 CopyMemory(pwszDirectory, wszSpoolDirectory, cchSpoolDirectory * sizeof(WCHAR)); in LocalGetPrintProcessorDirectory() 672 CopyMemory(&pwszDirectory[cchSpoolDirectory], wszPath, cchPath * sizeof(WCHAR)); in LocalGetPrintProcessorDirectory()
|
/reactos/dll/win32/riched20/ |
H A D | style.c | 41 CopyMemory(to, f, FIELD_OFFSET(CHARFORMATA, szFaceName)); in cfany_to_cf2w() 51 CopyMemory(to, f, sizeof(*f)); in cfany_to_cf2w() 61 CopyMemory(to, f, FIELD_OFFSET(CHARFORMATA, szFaceName)); in cfany_to_cf2w() 66 CopyMemory(&to->wWeight, &f->wWeight, sizeof(CHARFORMAT2A)-FIELD_OFFSET(CHARFORMAT2A, wWeight)); in cfany_to_cf2w() 72 CopyMemory(to, from, sizeof(CHARFORMAT2W)); in cfany_to_cf2w() 85 CopyMemory(t, from, FIELD_OFFSET(CHARFORMATA, szFaceName)); in cf2w_to_cfany() 95 CopyMemory(t, from, sizeof(*t)); in cf2w_to_cfany() 105 CopyMemory(t, from, FIELD_OFFSET(CHARFORMATA, szFaceName)); in cf2w_to_cfany() 109 … CopyMemory(&t->wWeight, &from->wWeight, sizeof(CHARFORMAT2W)-FIELD_OFFSET(CHARFORMAT2W,wWeight)); in cf2w_to_cfany() 115 CopyMemory(to, from, sizeof(CHARFORMAT2W)); in cf2w_to_cfany() [all …]
|
/reactos/dll/win32/ws2_32/src/ |
H A D | async.c | 161 CopyMemory(p, Hostent, sizeof(HOSTENT)); in CopyHostentToBuffer() 216 CopyMemory(p, Hostent->h_addr_list[i], Hostent->h_length); in CopyHostentToBuffer() 232 CopyMemory(p, Hostent->h_name, NameSize); in CopyHostentToBuffer() 245 CopyMemory(p, Hostent->h_aliases[i], NameSize); in CopyHostentToBuffer() 290 CopyMemory(p, Servent, sizeof(SERVENT)); in CopyServentToBuffer() 323 CopyMemory(p, Servent->s_name, NameSize); in CopyServentToBuffer() 336 CopyMemory(p, Servent->s_aliases[i], NameSize); in CopyServentToBuffer() 381 CopyMemory(p, Protoent, sizeof(PROTOENT)); in CopyProtoentToBuffer() 413 CopyMemory(p, Protoent->p_name, NameSize); in CopyProtoentToBuffer() 426 CopyMemory(p, Protoent->p_aliases[i], NameSize); in CopyProtoentToBuffer()
|
/reactos/win32ss/printing/base/spoolss/ |
H A D | memory.c | 77 CopyMemory(pwszOutput, pwszInput, cbInput); in AllocSplStr() 172 CopyMemory(pNewMem, pOldMem, min(cbOld, cbNew)); in ReallocSplMem() 250 CopyMemory(pDestinationBuffer, pSourceBuffer, cbBuffer); in UndoAlignRpcPtr()
|
H A D | tools.c | 57 CopyMemory(pEnd, *pSource, cbString); in PackStrings() 61 CopyMemory(&pDest[*DestOffsets], &StringAddress, sizeof(ULONG_PTR)); in PackStrings()
|
/reactos/dll/win32/iphlpapi/ |
H A D | icmp.c | 123 …CopyMemory(&(Request->DestinationAddress.sin6_addr), &(DestinationAddress->sin6_addr), sizeof(Requ… in Icmp6SendEcho2() 128 …CopyMemory(&(Request->SourceAddress.sin6_addr), &(SourceAddress->sin6_addr), sizeof(Request->Sourc… in Icmp6SendEcho2() 140 CopyMemory((PBYTE)InputBuffer + sizeof(ICMPV6_ECHO_REQUEST), RequestData, RequestSize); in Icmp6SendEcho2() 347 CopyMemory( in IcmpSendEcho2() 357 CopyMemory((PUCHAR)InputBuffer + Request->DataOffset, RequestData, RequestSize); in IcmpSendEcho2() 491 CopyMemory( in IcmpSendEcho() 501 CopyMemory((PUCHAR)InputBuffer + Request->DataOffset, RequestData, RequestSize); in IcmpSendEcho()
|
/reactos/base/applications/fltmc/ |
H A D | fltmc.cpp | 148 CopyMemory(FilterName, in PrintFilterInfo() 158 CopyMemory(Altitude, in PrintFilterInfo() 170 CopyMemory(FilterName, in PrintFilterInfo() 192 CopyMemory(FilterName, in PrintFilterInfo() 217 CopyMemory(VolName, in PrintVolumeInfo()
|
/reactos/dll/directx/ksproxy/ |
H A D | input_pin.cpp | 547 CopyMemory(&m_PinBusCache, &m_Medium.Set, sizeof(GUID)); in KsGetPinBusCache() 559 CopyMemory(&m_PinBusCache, &Bus, sizeof(GUID)); in KsSetPinBusCache() 783 CopyMemory(Interface, &m_Interface, sizeof(KSPIN_INTERFACE)); in KsGetCurrentCommunication() 791 CopyMemory(Medium, &m_Medium, sizeof(KSPIN_MEDIUM)); in KsGetCurrentCommunication() 991 CopyMemory((Property+1), pInstanceData, cbInstanceData); in Set() 1033 CopyMemory((Property+1), pInstanceData, cbInstanceData); in Get() 1532 CopyMemory(&PinConnect->Medium, Medium, sizeof(KSPIN_MEDIUM)); in CreatePinHandle() 1547 CopyMemory(&DataFormat->SubFormat, &pmt->subtype, sizeof(GUID)); in CreatePinHandle() 1553 CopyMemory((DataFormat + 1), pmt->pbFormat, pmt->cbFormat); in CreatePinHandle() 1562 CopyMemory(&m_Medium, Medium, sizeof(KSPIN_MEDIUM)); in CreatePinHandle() [all …]
|
H A D | enum_mediatypes.cpp | 108 CopyMemory(MediaType, &m_MediaTypes[m_Index + i], sizeof(AM_MEDIA_TYPE)); in Next() 110 …CopyMemory(MediaType->pbFormat, m_MediaTypes[m_Index + i].pbFormat, m_MediaTypes[m_Index + i].cbFo… in Next() 116 CopyMemory(MediaType, &m_MediaTypes[m_Index + i], sizeof(AM_MEDIA_TYPE)); in Next()
|
H A D | ksproxy.cpp | 306 CopyMemory(AmMediaType->pbFormat, (DataFormat + 1), DataFormat->FormatSize); in KsGetMediaType() 317 CopyMemory(&AmMediaType->majortype, &DataFormat->MajorFormat, sizeof(GUID)); in KsGetMediaType() 318 CopyMemory(&AmMediaType->subtype, &DataFormat->SubFormat, sizeof(GUID)); in KsGetMediaType() 319 CopyMemory(&AmMediaType->formattype, &DataFormat->Specifier, sizeof(GUID)); in KsGetMediaType()
|
H A D | output_pin.cpp | 427 CopyMemory(&m_Properties, pprop, sizeof(ALLOCATOR_PROPERTIES)); in SuggestAllocatorProperties() 452 CopyMemory(pprop, &m_Properties, sizeof(ALLOCATOR_PROPERTIES)); in GetAllocatorProperties() 984 CopyMemory(Medium, &m_Medium, sizeof(KSPIN_MEDIUM)); in KsGetCurrentCommunication() 1232 CopyMemory(&m_PinBusCache, &m_Medium.Set, sizeof(GUID)); in KsGetPinBusCache() 1244 CopyMemory(&m_PinBusCache, &Bus, sizeof(GUID)); in KsSetPinBusCache() 1436 CopyMemory((Property+1), pInstanceData, cbInstanceData); in Set() 1478 CopyMemory((Property+1), pInstanceData, cbInstanceData); in Get() 2153 CopyMemory(&PinConnect->Medium, Medium, sizeof(KSPIN_MEDIUM)); in CreatePinHandle() 2177 CopyMemory((DataFormat + 1), pmt->pbFormat, pmt->cbFormat); in CreatePinHandle() 2209 CopyMemory(&m_Medium, Medium, sizeof(KSPIN_MEDIUM)); in CreatePinHandle() [all …]
|
/reactos/base/applications/mspaint/ |
H A D | palettemodel.cpp | 46 CopyMemory(m_colors, modernColors, sizeof(m_colors)); in SelectPalette() 49 CopyMemory(m_colors, oldColors, sizeof(m_colors)); in SelectPalette()
|
/reactos/modules/rostests/winetests/d3dcompiler_43/ |
H A D | asm.c | 1450 CopyMemory(buffer, include, sizeof(include)); in testD3DInclude_open() 1457 CopyMemory(buffer, include2, sizeof(include2)); in testD3DInclude_open() 1465 CopyMemory(buffer, include3, sizeof(include3)); in testD3DInclude_open() 1476 CopyMemory(buffer, include4, sizeof(include4)); in testD3DInclude_open() 1484 CopyMemory(buffer, include, sizeof(include)); in testD3DInclude_open()
|
/reactos/base/services/wkssvc/ |
H A D | rpcserver.c | 296 CopyMemory(&pWkstaInfo->WkstaInfo502, &WkstaInfo502, sizeof(WKSTA_INFO_502)); in NetrWkstaGetInfo() 578 …CopyMemory(pUserInfo0[i].wkui0_username, UserInfoArray[start + i]->UserName.Buffer, UserInfoArray[… in NetrWkstaUserEnum() 609 …CopyMemory(pUserInfo1[i].wkui1_username, UserInfoArray[start + i]->UserName.Buffer, UserInfoArray[… in NetrWkstaUserEnum() 620 …CopyMemory(pUserInfo1[i].wkui1_logon_domain, UserInfoArray[start + i]->LogonDomainName.Buffer, Use… in NetrWkstaUserEnum() 633 …CopyMemory(pUserInfo1[i].wkui1_logon_server, UserInfoArray[start + i]->LogonServer.Buffer, UserInf… in NetrWkstaUserEnum() 772 CopyMemory(pUserInfo->UserInfo0.wkui0_username, in NetrWkstaUserGetInfo() 803 CopyMemory(pUserInfo->UserInfo1.wkui1_username, in NetrWkstaUserGetInfo() 821 CopyMemory(pUserInfo->UserInfo1.wkui1_logon_domain, in NetrWkstaUserGetInfo() 842 CopyMemory(pUserInfo->UserInfo1.wkui1_logon_server, in NetrWkstaUserGetInfo()
|
/reactos/dll/directx/dsound_new/ |
H A D | property.c | 128 CopyMemory(&DeviceGuid, &DSDEVID_DefaultCapture, sizeof(GUID)); in KSPropertySetImpl_Get() 133 CopyMemory(&DeviceGuid, &DSDEVID_DefaultPlayback, sizeof(GUID)); in KSPropertySetImpl_Get() 139 CopyMemory(&DeviceGuid, &Desc->DeviceId, sizeof(GUID)); in KSPropertySetImpl_Get()
|
/reactos/modules/rosapps/applications/rosinternals/nfi/ |
H A D | nfi.c | 206 CopyMemory(CacheEntry->Name, Name, Length); in AddToCache() 276 CopyMemory(&Display[1], Name->Name, Name->NameLength * sizeof(WCHAR)); in PrintPrettyName() 307 CopyMemory(Display, CacheEntry->Name, CacheEntry->NameLen); in PrintPrettyName() 317 CopyMemory(Display + Length, Name->Name, Name->NameLength * sizeof(WCHAR)); in PrintPrettyName() 417 …CopyMemory(AttributeName + 1, (PUCHAR)((ULONG_PTR)Attribute + Attribute->NameOffset), Attribute->N… in PrintAttributeInfo()
|
/reactos/dll/directx/msdvbnp/ |
H A D | ethernetfilter.cpp | 97 CopyMemory(m_pAddressList, pAddressList, ulcbAddresses); in PutMulticastList() 114 CopyMemory(pAddressList, m_pAddressList, m_ulcbAddresses); in GetMulticastList()
|
H A D | ipv4.cpp | 110 CopyMemory(m_pAddressList, pAddressList, ulcbAddresses); in PutMulticastList() 127 CopyMemory(pAddressList, m_pAddressList, m_ulcbAddresses); in GetMulticastList()
|
H A D | ipv6.cpp | 103 CopyMemory(pAddressList, m_pAddressList, m_ulcbAddresses); in GetMulticastList() 124 CopyMemory(m_pAddressList, pAddressList, ulcbAddresses); in PutMulticastList()
|
/reactos/win32ss/printing/monitors/localmon/ |
H A D | ports.c | 57 CopyMemory(*ppwszNonspooledPortName, wszNonspooledPrefix, cchNonspooledPrefix * sizeof(WCHAR)); in _GetNonspooledPortName() 58 …CopyMemory(&(*ppwszNonspooledPortName)[cchNonspooledPrefix], pwszPortNameWithoutColon, (cchPortNam… in _GetNonspooledPortName() 207 CopyMemory(pwszPipeName, wszSpoolerNamedPipe, cchSpoolerNamedPipe * sizeof(WCHAR)); in _CreateNonspooledPort() 208 …CopyMemory(&pwszPipeName[cchSpoolerNamedPipe], pwszPortNameWithoutColon, (cchPortNameWithoutColon … in _CreateNonspooledPort() 308 CopyMemory(pwszNonspooledFileName, wszLocalSlashes, cchLocalSlashes * sizeof(WCHAR)); in _CreateNonspooledPort() 309 …CopyMemory(&pwszNonspooledFileName[cchLocalSlashes], wszNonspooledPrefix, cchNonspooledPrefix * si… in _CreateNonspooledPort() 310 …CopyMemory(&pwszNonspooledFileName[cchLocalSlashes + cchNonspooledPrefix], pwszPortNameWithoutColo… in _CreateNonspooledPort()
|
/reactos/dll/directx/wine/dplayx/ |
H A D | name_server.c | 120 CopyMemory( lpCacheNode->lpNSAddrHdr, lpcNSAddrHdr, dwHdrSize ); in NS_AddRemoteComputerAsNameServer() 190 CopyMemory( lpCache->lpLocalAddrHdr, lpHdr, dwHdrSize ); in NS_SetLocalAddr() 386 CopyMemory( &rmsg->sd, lpDP->dp2->lpSessionDesc, in NS_ReplyToEnumSessionsRequest()
|