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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DConservativeRoots.cpp57 JSCell** newRoots = static_cast<JSCell**>(OSAllocator::reserveAndCommit(newCapacity * sizeof(JSCell*))); local
58 memcpy(newRoots, m_roots, m_size * sizeof(JSCell*));
62 m_roots = newRoots;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslContext.c1416 CFMutableArrayRef newRoots = CFArrayCreateMutableCopy(NULL, 0, trustedRoots); local
1418 CFArrayAppendArray(newRoots, existingRoots, existRange);
1420 ctx->trustedCerts = newRoots;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslContext.c1416 CFMutableArrayRef newRoots = CFArrayCreateMutableCopy(NULL, 0, trustedRoots); local
1418 CFArrayAppendArray(newRoots, existingRoots, existRange);
1420 ctx->trustedCerts = newRoots;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslContext.c1416 CFMutableArrayRef newRoots = CFArrayCreateMutableCopy(NULL, 0, trustedRoots); local
1418 CFArrayAppendArray(newRoots, existingRoots, existRange);
1420 ctx->trustedCerts = newRoots;

Completed in 407 milliseconds