Searched refs:ref (Results 1 - 5 of 5) 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;
/bind-9.11.3/bin/tests/system/pipelined/
H A Dtests.sh19 diff ref output-sorted || { ret=1 ; echo "I: diff sorted failed"; }
20 diff ref output > /dev/null && { ret=1 ; echo "I: diff out of order failed"; }
33 diff ref output-sorted.mdig || { ret=1 ; echo "I: diff sorted failed"; }
34 diff ref output.mdig > /dev/null && { ret=1 ; echo "I: diff out of order failed"; }
/bind-9.11.3/lib/isc/include/isc/
H A Drefcount.h43 * isc_refcount_init(isc_refcount_t *ref, unsigned int n);
48 * ref != NULL
53 * isc_refcount_destroy(isc_refcount_t *ref);
58 * ref != NULL
64 * isc_refcount_increment(isc_refcount_t *ref, unsigned int *targetp);
65 * isc_refcount_increment0(isc_refcount_t *ref, unsigned int *targetp);
75 * ref != NULL.
80 * isc_refcount_decrement(isc_refcount_t *ref, unsigned int *targetp);
86 * ref != NULL.
292 isc_refcount_init(isc_refcount_t *ref, unsigne
[all...]

Completed in 89 milliseconds