Home
last modified time | relevance | path

Searched refs:Ustr (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A DRtlxUnicodeStringToAnsiSize.c27 UNICODE_STRING Ustr; in START_TEST() local
28 RtlInitUnicodeString(&Ustr, TestData[i].Str); in START_TEST()
29 ULONG Length = RtlxUnicodeStringToAnsiSize(&Ustr); in START_TEST()
H A DRtlxUnicodeStringToOemSize.c27 UNICODE_STRING Ustr; in START_TEST() local
28 RtlInitUnicodeString(&Ustr, TestData[i].Str); in START_TEST()
29 ULONG Length = RtlxUnicodeStringToOemSize(&Ustr); in START_TEST()
/reactos/drivers/network/tcpip/datalink/
H A Dlan.c1142 UNICODE_STRING Ustr = *ResultFirst; in AppendUnicodeString() local
1153 ResultFirst->Length = Ustr.Length + Second->Length; in AppendUnicodeString()