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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp547 Byte txtRecordBytes[]; local
549 txtRecordBytes = NULL;
556 txtRecordBytes = new Byte[txtLen];
557 Byte __pin * p = &txtRecordBytes[0];
561 self->m_outer->ResolveDispatch((ServiceFlags) flags, interfaceIndex, (ErrorCode) errorCode, ConvertToString(fullname), ConvertToString(hosttarget), ntohs(notAnIntPort), txtRecordBytes);

Completed in 77 milliseconds