Searched refs:refcount_ptr (Results 1 – 2 of 2) sorted by relevance
216 pub(crate) unsafe fn refcount_ptr(this: *mut Self) -> *mut Refcount { in refcount_ptr() method247 let refcount = unsafe { &*RequestDataWrapper::refcount_ptr(wrapper_ptr) }; in dec_ref()
230 unsafe { RequestDataWrapper::refcount_ptr(pdu.as_ptr()).write(Refcount::new(0)) }; in init_request_callback()