Searched refs:ref (Results 201 - 225 of 887) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DLabelScope.h64 void ref() { ++m_refCount; } function in class:JSC::LabelScope
92 m_owner->at(index).ref();
100 m_owner->at(m_index).ref();
106 other.m_owner->at(other.m_index).ref();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPMessageQueue.h57 LDAPRequest* chaseReferral(LDAPMsg* ref);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Durl.h74 const __CFURL *ref; member in class:Security::Network::URL
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DFEECSPUtils.h84 void *ref, // actually an AppleCSPSession *
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Durl.h74 const __CFURL *ref; member in class:Security::Network::URL
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dstructure.cpp123 void NodeCore::kill(NodeCore &ref) argument
126 assert(hasReference(ref));
127 ref.kill();
128 removeReference(ref);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DThreadSafeRefCounted.h77 void ref() function in class:WTF::ThreadSafeRefCountedBase
H A DWeakPtr.h100 WeakPtr(PassRefPtr<WeakReference<T>> ref) : m_ref(ref) { } argument
118 WeakPtrFactory(PassRefPtr<WeakReference<T>> ref, T* ptr) argument
119 : m_ref(ref)
H A DRef.h38 Ref(T& object) : m_ptr(&object) { m_ptr->ref(); }
45 object.ref();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContextSupplement.h71 void ref() { refWebContextSupplement(); } function in class:WebKit::WebContextSupplement
/macosx-10.10.1/libunwind-35.3/testsuite/
H A DUnwind_Backtrace.c28 static _Unwind_Reason_Code handler(struct _Unwind_Context* context, void* ref) argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DExecutionEngine.h146 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
147 inline ty *unwrap(ref P) { \
151 inline ref wrap(const ty *P) { \
152 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
/macosx-10.10.1/CommonCrypto-60061/lib/
H A DCommonDH.c92 CCDHRelease(CCDHRef ref) argument
95 if(ref == NULL) return;
96 CCDH keyref = (CCDH) ref;
105 CCDHGenerateKey(CCDHRef ref, void *output, size_t *outputLength) argument
108 CC_NONULLPARM(ref);
112 CCDH keyref = (CCDH) ref;
130 CCDHComputeKey(unsigned char *sharedKey, size_t *sharedKeyLen, const void *peerPubKey, size_t peerPubKeyLen, CCDHRef ref) argument
136 CC_NONULLPARM(ref);
138 CCDH keyref = (CCDH) ref;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecSignVerifyTransform.c46 SecTransformCustomSetAttribute(ref, kSecTransformAbortAttributeName, kSecTransformMetaAttributeValue, do_sec_fail(err, __func__, __FILE__, __LINE__)); \
241 SecTransformImplementationRef ref)
246 SecTransformCustomSetAttribute(ref, kSecKeyAttributeName, kSecTransformMetaAttributeRequired, kCFBooleanTrue);
247 SecTransformCustomSetAttribute(ref, kSecInputIsAttributeName, kSecTransformMetaAttributeRequired, kCFBooleanTrue);
284 SecTransformCustomSetAttribute(ref, kSecTransformOutputAttributeName, kSecTransformMetaAttributeValue, result);
295 SecTransformSetDataAction(ref, kSecTransformActionProcessData, first_process_data);
333 SecTransformCustomSetAttribute(ref, kSecTransformOutputAttributeName, kSecTransformMetaAttributeValue, result);
344 SecTransformSetDataAction(ref, kSecTransformActionProcessData, first_process_data);
383 SecTransformSetDataAction(ref, kSecTransformActionProcessData, pd);
388 SecTransformPushbackAttribute(ref, kSecTransformInputAttributeNam
239 SignTransform(CFStringRef name, SecTransformRef newTransform, SecTransformImplementationRef ref) argument
489 VerifyTransform(CFStringRef name, SecTransformRef newTransform, SecTransformImplementationRef ref) argument
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dlabel.y26 #include "ref.h"
505 void at_expr::evaluate(int tentative, const reference &ref,
509 ref.canonicalize_authors(result);
511 const char *end, *start = ref.get_authors(&end);
517 void format_expr::evaluate(int tentative, const reference &ref,
522 const label_info *lp = ref.get_label_ptr();
523 int num = lp == 0 ? ref.get_number() : lp->count;
628 void field_expr::evaluate(int, const reference &ref,
632 const char *start = ref.get_field(name, &end);
651 void analyzed_expr::evaluate(int tentative, const reference &ref,
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-51-state.c264 int mySSLRecordInitPendingCiphersFunc(tls_handshake_ctx_t ref, argument
269 ssl_test_handle *handle = (ssl_test_handle *)ref;
271 test_printf("%s: %p, cipher=%04x, server=%d\n", __FUNCTION__, ref, selectedCipher, server);
276 int mySSLRecordAdvanceWriteCipherFunc(tls_handshake_ctx_t ref) argument
278 ssl_test_handle *handle = (ssl_test_handle *)ref;
279 test_printf("%s: %p\n", __FUNCTION__, ref);
284 int mySSLRecordRollbackWriteCipherFunc(tls_handshake_ctx_t ref) argument
286 ssl_test_handle *handle = (ssl_test_handle *)ref;
287 test_printf("%s: %p\n", __FUNCTION__, ref);
292 int mySSLRecordAdvanceReadCipherFunc(tls_handshake_ctx_t ref) argument
300 mySSLRecordSetProtocolVersionFunc(tls_handshake_ctx_t ref, tls_protocol_version protocolVersion) argument
[all...]
/macosx-10.10.1/ntp-92/sntp/
H A Dmain.c166 char *ref; local
243 ref = (char *)&r_pkt.refid;
244 add_entry(hostname, ref);
248 ref[0], ref[1], ref[2], ref[3],
254 ref[0], ref[1], ref[
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/drb/
H A Ddrb.rb368 def to_obj(ref)
369 ObjectSpace._id2ref(ref)
602 def send_request(stream, ref, msg_id, arg, b) # :nodoc:
604 ary.push(dump(ref.__drbref))
617 ref = load(stream)
618 ro = DRb.to_obj(ref)
683 # [send_request (ref, msg_id, arg, b)]
684 # Send a request to +ref+ with the given message id and arguments.
920 def send_request(ref, msg_id, arg, b)
921 @msg.send_request(stream, ref, msg_i
[all...]
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/t/
H A Dbinary.t36 like (ref($heap), qr/Heap::Binary/, 'new returned an object');
H A Dbinomial.t38 like (ref($heap), qr/Heap::Binomial/, 'new returned an object');
H A Dfibonacci.t36 like (ref($heap), qr/Heap::Fibonacci/, 'new returned an object');
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebGeolocation.mm41 geolocation->ref();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/
H A DDownloadAuthenticationClient.h48 using RefCounted<DownloadAuthenticationClient>::ref;
60 virtual void refAuthenticationClient() { ref(); }
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/
H A Drpctypes.idl95 [ pointer_default (ref) ]
/macosx-10.10.1/libauto-186/
H A DBlockRef.h121 // void processBlock(SubzoneBlockRef ref);
122 // void processBlock(LargeBlockRef ref);
153 // void processBlock(SubzoneBlockRef ref);
154 // void processBlock(LargeBlockRef ref);
217 template <class BlockRef> void processBlock(BlockRef ref) TEMPLATE_INLINE {
220 _layout = ref.layout();
222 _size = ref.size();
224 _refcount = ref.refcount();
226 _base = ref.address();
263 template <class BlockRef> inline void processBlock(BlockRef ref) TEMPLATE_INLIN
[all...]

Completed in 256 milliseconds

1234567891011>>