Searched refs:_chain (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DPolymorphicAccessStructureList.h81 void set(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> _stubRoutine, Structure* _base, StructureChain* _chain, bool isDirect) argument
85 u.chain.set(vm, owner, _chain);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dstore.cpp64 if (_chain && _chain->_origin == seq) {
65 c4_Notifier *next = _chain->_next;
66 _chain->_next = 0;
68 delete _chain;
70 _chain = next;
75 d4_assert(!_chain);
128 c4_Notifier **rover = &_chain;
H A Dstore.h31 c4_Notifier *_chain; member in class:c4_Notifier
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dtxn.h105 TAILQ_HEAD(_chain, __db_txn) txn_chain;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecTrust.c88 SecCertificatePathRef _chain; member in struct:__SecTrust
132 CFReleaseSafe(trust->_chain);
610 CFReleaseNull(trust->_chain);
616 trust->_trustResult = SECURITYD_XPC(sec_trust_evaluate, certs_anchors_bool_policies_date_ag_to_details_info_chain_int_error_request, trust->_certificates, trust->_anchors, trust->_anchorsOnly, trust->_policies, SecTrustGetVerifyTime(trust), SecAccessGroupsGetCurrent(), &trust->_details, &trust->_info, &trust->_chain, error);
624 _chain and return success with a failure as the trustResult, to
627 trust->_chain = SecCertificatePathCreate(NULL, (SecCertificateRef)CFArrayGetValueAtIndex(trust->_certificates, 0));
679 if (!trust->_chain) {
694 /* Last resort, we evaluate the trust to get a _chain. */
698 if (trust->_chain) {
699 trust->_publicKey = SecCertificatePathCopyPublicKeyAtIndex(trust->_chain,
[all...]

Completed in 181 milliseconds