Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/wdf/shared/support/
H A Dstringutil.cpp216 USHORT srcCbLength, srcCbLengthAndNull, dstMaxCbLength; in FxDuplicateUnicodeString() local
226 &srcCbLengthAndNull); in FxDuplicateUnicodeString()
238 if (dstMaxCbLength < srcCbLengthAndNull) { in FxDuplicateUnicodeString()
242 dstMaxCbLength = srcCbLengthAndNull; in FxDuplicateUnicodeString()