Searched refs:ref (Results 1 - 4 of 4) 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.h199 extern int printconfigdiff (const char *fname, const zconf_t *ref, const zconf_t *z);
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Drefcount.h47 * isc_refcount_init(isc_refcount_t *ref, unsigned int n);
52 * ref != NULL
57 * isc_refcount_destroy(isc_refcount_t *ref);
62 * ref != NULL
68 * isc_refcount_increment(isc_refcount_t *ref, unsigned int *targetp);
69 * isc_refcount_increment0(isc_refcount_t *ref, unsigned int *targetp);
79 * ref != NULL.
84 * isc_refcount_decrement(isc_refcount_t *ref, unsigned int *targetp);
90 * ref != NULL.
229 isc_refcount_init(isc_refcount_t *ref, unsigne
[all...]

Completed in 10 milliseconds