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

/sssd/src/util/
H A Drefcount.h30 #define REFCOUNT_MEMBER_NAME DO_NOT_TOUCH_THIS_MEMBER_refcount macro
36 #define REFCOUNT_COMMON int REFCOUNT_MEMBER_NAME
44 (type *)_rc_alloc(ctx, sizeof(type), offsetof(type, REFCOUNT_MEMBER_NAME), \
53 (type *)_rc_reference(ctx, offsetof(type, REFCOUNT_MEMBER_NAME), src)

Completed in 851 milliseconds