Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DMyWindows.cpp36 #define k_BstrSize_Max 0xFFFFFFFF macro
37 // #define k_BstrSize_Max UINT_MAX
38 // #define k_BstrSize_Max ((UINT)(INT)-1)
45 if (len >= (k_BstrSize_Max - (UINT)sizeof(OLECHAR) - (UINT)sizeof(OLECHAR) - (UINT)sizeof(CBstrSizeType))) in SysAllocStringByteLen()
63 if (len >= (k_BstrSize_Max - (UINT)sizeof(OLECHAR) - (UINT)sizeof(CBstrSizeType)) / (UINT)sizeof(OLECHAR)) in SysAllocStringLen()

Completed in 2 milliseconds