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

/sssd/src/util/
H A Drefcount.c27 #include "refcount.h"
31 int *refcount; member in struct:wrapper
38 (*wrapper->refcount)--;
39 if (*wrapper->refcount == 0) {
65 wrapper->refcount = DISCARD_ALIGN(refcount_pos, int *);
66 *wrapper->refcount = 1;
86 wrapper->refcount = DISCARD_ALIGN(refcount_pos, int *);
87 (*wrapper->refcount)++;
/sssd/src/providers/ad/
H A Dad_gpo.c3661 size_t num_results, refcount; local
3670 &refcount, &refs);
3684 if (refcount == 1) {

Completed in 22 milliseconds