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

/bind-9.6-ESV-R11/lib/isc/
H A Drefcount.c28 isc_refcount_init(isc_refcount_t *ref, unsigned int n) { argument
29 REQUIRE(ref != NULL);
31 ref->refs = n;
33 return (isc_mutex_init(&ref->lock));
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
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;
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.c797 int printconfigdiff (const char *fname, const zconf_t *ref, const zconf_t *z) argument
804 if ( ref == NULL || z == NULL )
821 set_all_varptr ((zconf_t *)z, ref);

Completed in 11 milliseconds