Searched refs:CFDataReplaceBytes (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFData.c448 CFDataReplaceBytes(memory, CFRangeMake(0, 0), bytes, length);
593 CFDataReplaceBytes(data, CFRangeMake(__CFDataLength(data), 0), bytes, length);
599 CFDataReplaceBytes(data, range, NULL, 0);
602 void CFDataReplaceBytes(CFMutableDataRef data, CFRange range, const uint8_t *newBytes, CFIndex newLength) { function
H A DCFData.h80 void CFDataReplaceBytes(CFMutableDataRef theData, CFRange range, const UInt8 *newBytes, CFIndex newLength);
H A DCFSocket.c1805 CFDataReplaceBytes(s->_leftoverBytes, CFRangeMake(0, ctBuffer), NULL, 0);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c15188 CFDataReplaceBytes(prelinkImage, CFRangeMake(0, CFDataGetLength(kernelImage)),
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DAppleManifest.cpp61 CFDataReplaceBytes (data, range, lengthBytes, kLengthLength);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdata.py70 self.assertArgHasType(CFDataReplaceBytes, 2, b'n^v')
71 self.assertArgSizeInArg(CFDataReplaceBytes, 2, 3)
72 CFDataReplaceBytes(mutableData, (0, 3), b"hello", 5)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdata.py75 self.failUnlessArgHasType(CFDataReplaceBytes, 2, 'n^v')
76 self.failUnlessArgSizeInArg(CFDataReplaceBytes, 2, 3)
77 CFDataReplaceBytes(mutableData, (0, 3), "hello", 5)
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2136 CFDataReplaceBytes(extentData, range, (void *)extent, sizeof(AppleRAIDExtentOnDisk));
2166 CFDataReplaceBytes(extentData, range, (void *)extent, sizeof(AppleRAIDExtentOnDisk));

Completed in 171 milliseconds