Searched refs:externalFormat (Results 1 - 6 of 6) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFPriv.h159 CF_EXPORT CFStringRef _CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean externalFormat, CFAllocatorRef contentsDeallocator);
H A DCFString.c1575 CFStringRef CFStringCreateWithBytes(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean externalFormat) { argument
1576 return __CFStringCreateImmutableFunnel3(alloc, bytes, numBytes, encoding, externalFormat, true, false, false, false, ALLOCATORSFREEFUNC, 0);
1579 CFStringRef _CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean externalFormat, CFAllocatorRef contentsDeallocator) { argument
1580 return __CFStringCreateImmutableFunnel3(alloc, bytes, numBytes, encoding, externalFormat, true, false, false, true, contentsDeallocator, 0);
1583 CFStringRef CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean externalFormat, CFAllocatorRef contentsDeallocator) { argument
1584 return __CFStringCreateImmutableFunnel3(alloc, bytes, numBytes, encoding, externalFormat, true, false, false, true, contentsDeallocator, 0);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperGL.cpp829 Platform3DObject externalFormat = GraphicsContext3D::BGRA; local
834 externalFormat = GraphicsContext3D::RGBA;
837 m_context3D->texImage2DDirect(GraphicsContext3D::TEXTURE_2D, 0, internalFormat, m_textureSize.width(), m_textureSize.height(), 0, externalFormat, DEFAULT_TEXTURE_PIXEL_TRANSFER_TYPE, 0);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKey.cpp1963 SecExternalFormat externalFormat = kSecFormatOpenSSL; local
1978 externalFormat = kSecFormatBSAFE;
1993 if(SecItemImport(workingData, NULL, &externalFormat, &externalItemType, 0, NULL, NULL, &outArray) != errSecSuccess) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKey.cpp1963 SecExternalFormat externalFormat = kSecFormatOpenSSL; local
1978 externalFormat = kSecFormatBSAFE;
1993 if(SecItemImport(workingData, NULL, &externalFormat, &externalItemType, 0, NULL, NULL, &outArray) != errSecSuccess) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKey.cpp1963 SecExternalFormat externalFormat = kSecFormatOpenSSL; local
1978 externalFormat = kSecFormatBSAFE;
1993 if(SecItemImport(workingData, NULL, &externalFormat, &externalItemType, 0, NULL, NULL, &outArray) != errSecSuccess) {

Completed in 205 milliseconds