Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/DLL.NET/
DPString.h38 char * hBytes = static_cast<char*>(m_p.ToPointer()); in PString() local
39 memcpy(hBytes, p, utf8Bytes->Length); in PString()
40 hBytes[utf8Bytes->Length] = '\0'; in PString()