Home | History | Annotate | Download | only in ports

Lines Matching full:dstdata

1807                                       size_t length, void* dstData) const {
1820 if (dstData) {
1821 memcpy(dstData, CFDataGetBytePtr(srcData) + offset, length);