Searched refs:StringSize (Results 1 – 11 of 11) sorted by relevance
/reactos/sdk/lib/dnslib/ |
H A D | string.c | 20 IN ULONG StringSize OPTIONAL, in Dns_StringCopy() 28 if (!StringSize) in Dns_StringCopy() 34 StringSize = (ULONG)wcslen((LPWSTR)String); in Dns_StringCopy() 39 StringSize = (ULONG)strlen((LPSTR)String); in Dns_StringCopy() 81 StringSize, in Dns_StringCopy() 90 StringSize = StringSize * sizeof(WCHAR); in Dns_StringCopy() 91 RtlMoveMemory(Destination, String, StringSize); in Dns_StringCopy() 94 OutputSize = StringSize + 2; in Dns_StringCopy() 108 RtlMoveMemory(Destination, String, StringSize); in Dns_StringCopy() 111 OutputSize = StringSize + 1; in Dns_StringCopy() [all …]
|
/reactos/drivers/bus/acpi/acpica/utilities/ |
H A D | utobject.c | 321 ACPI_SIZE StringSize) in AcpiUtCreateStringObject() argument 327 ACPI_FUNCTION_TRACE_U32 (UtCreateStringObject, StringSize); in AcpiUtCreateStringObject() 342 String = ACPI_ALLOCATE_ZEROED (StringSize + 1); in AcpiUtCreateStringObject() 346 (UINT32) StringSize)); in AcpiUtCreateStringObject() 355 StringDesc->String.Length = (UINT32) StringSize; in AcpiUtCreateStringObject()
|
/reactos/boot/environ/lib/misc/ |
H A D | bcdopt.c | 696 ULONG StringSize; in BlAppendBootOptionString() local 701 &StringSize); in BlAppendBootOptionString() 708 Status = RtlULongAdd(StringSize, sizeof(UNICODE_NULL), &StringSize); in BlAppendBootOptionString() 715 Option = BlMmAllocateHeap(sizeof(*Option) + StringSize); in BlAppendBootOptionString() 722 RtlZeroMemory(Option, sizeof(*Option) + StringSize); in BlAppendBootOptionString() 723 Option->DataSize = StringSize; in BlAppendBootOptionString() 726 wcsncpy((PWCHAR)Option + 1, OptionString, StringSize / sizeof(WCHAR)); in BlAppendBootOptionString()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 1491 if (AvailableSize >= StringSize) in GetOutlineTextMetricsW() 1495 Ptr += StringSize; in GetOutlineTextMetricsW() 1496 AvailableSize -= StringSize; in GetOutlineTextMetricsW() 1497 Size += StringSize; in GetOutlineTextMetricsW() 1505 if (AvailableSize >= StringSize) in GetOutlineTextMetricsW() 1509 Ptr += StringSize; in GetOutlineTextMetricsW() 1511 Size += StringSize; in GetOutlineTextMetricsW() 1523 Ptr += StringSize; in GetOutlineTextMetricsW() 1525 Size += StringSize; in GetOutlineTextMetricsW() 1537 Ptr += StringSize; in GetOutlineTextMetricsW() [all …]
|
/reactos/drivers/bus/pcix/pci/ |
H A D | id.c | 145 IdBuffer->StringSize[IdBuffer->Count] = Size; in PciIdPrintf() 190 IdBuffer->StringSize[NextId] = Size; in PciIdPrintfAppend() 382 Size = IdBuffer.StringSize[i]; in PciQueryId()
|
/reactos/drivers/network/tcpip/tcpip/ |
H A D | main.c | 59 ULONG StringSize; in TiWriteErrorLog() local 67 StringSize = (wcslen(String) * sizeof(WCHAR)) + sizeof(UNICODE_NULL); in TiWriteErrorLog() 68 EntrySize += (UCHAR)StringSize; in TiWriteErrorLog() 99 RtlCopyMemory(pString, String, StringSize); in TiWriteErrorLog()
|
/reactos/sdk/tools/mkhive/ |
H A D | reginf.c | 127 IN ULONG StringSize) // In characters in append_multi_sz_value() argument 145 Buffer = malloc(Size + StringSize * sizeof(WCHAR)); in append_multi_sz_value()
|
/reactos/sdk/lib/dnslib/inc/ |
H A D | dnslib.h | 285 IN ULONG StringSize OPTIONAL,
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | acutils.h | 706 ACPI_SIZE StringSize);
|
/reactos/drivers/bus/pcix/ |
H A D | pci.h | 428 ULONG StringSize[MAX_ANSI_STRINGS]; member
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 7364 ULONG BufSize, StringSize, DxSize = 0; in NtGdiExtTextOutW() local 7376 BufSize = StringSize = Count * sizeof(WCHAR); in NtGdiExtTextOutW() 7402 ProbeForRead(UnsafeString, StringSize, 1); in NtGdiExtTextOutW() 7403 RtlCopyMemory((PVOID)SafeString, UnsafeString, StringSize); in NtGdiExtTextOutW()
|