Home | History | Annotate | Download | only in ports

Lines Matching full:dstdata

1817                                       size_t length, void* dstData) const {
1830 if (dstData) {
1831 memcpy(dstData, CFDataGetBytePtr(srcData) + offset, length);