Searched defs:ref (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Drefcount.c21 isc_refcount_init(isc_refcount_t *ref, unsigned int n) { argument
22 REQUIRE(ref != NULL);
24 ref->refs = n;
26 return (isc_mutex_init(&ref->lock));
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp87 auto_array< T >::auto_array(auto_array_ref< T > ref) argument
89 m_ptr(ref.m_ptr)
148 auto_array< T >::operator=(auto_array_ref< T > ref) argument
151 if (m_ptr != ref.m_ptr) {
153 m_ptr = ref.m_ptr;
/bind-9.11.3/unit/atf-src/tools/
H A Dauto_array.hpp91 auto_array< T >::auto_array(auto_array_ref< T > ref) argument
93 m_ptr(ref.m_ptr)
152 auto_array< T >::operator=(auto_array_ref< T > ref) argument
155 if (m_ptr != ref.m_ptr) {
157 m_ptr = ref.m_ptr;

Completed in 11 milliseconds