Searched refs:gc (Results 1 - 5 of 5) sorted by relevance

/systemd/src/basic/
H A Dc-rbtree.c576 CRBNode *p, *s, *gc, *x, *next = NULL; local
601 * gc: grand-...-child
651 gc = s->right;
657 gc = s->right;
670 if (gc)
671 c_rbnode_set_parent_and_color(gc, p, C_RBNODE_BLACK);
/systemd/src/resolve/
H A Dresolved-dns-query.c136 goto gc;
140 goto gc;
144 goto gc;
149 goto gc;
154 gc:
H A Dresolved-dns-zone.c187 goto gc;
191 goto gc;
210 gc:
H A Dresolved-dns-transaction.c1616 goto gc;
1620 goto gc;
1624 goto gc;
1629 goto gc;
1635 gc:
/systemd/src/libsystemd/sd-bus/
H A Dbus-match.c1044 struct bus_match_node *n, **gc; local
1051 gc = newa(struct bus_match_node*, n_components);
1062 gc[i] = n;

Completed in 567 milliseconds