Searched refs:rc_alloc (Results 1 - 3 of 3) sorted by relevance

/sssd/src/util/
H A Drefcount.h43 #define rc_alloc(ctx, type) \ macro
/sssd/src/tests/
H A Drefcount-tests.c96 global->foo = rc_alloc(global, struct foo);
102 global->bar = rc_alloc(global, struct bar);
108 global->baz = rc_alloc(global, struct baz);
155 container1->foo = rc_alloc(container1, struct foo);
/sssd/src/providers/
H A Dfail_over.c518 common = rc_alloc(mem_ctx, struct server_common);
554 server = rc_alloc(server_owner, struct fo_server);

Completed in 1246 milliseconds