Home
last modified time | relevance | path

Searched refs:strbuf_child_entry (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dstrbuf.c77 static int strbuf_children_cmp(const struct strbuf_child_entry *n1, in strbuf_children_cmp()
78 const struct strbuf_child_entry *n2) { in strbuf_children_cmp()
86 struct strbuf_child_entry new = { in bubbleinsert()
101 sizeof(struct strbuf_child_entry) * (node->children_count - left)); in bubbleinsert()
111 struct strbuf_child_entry *child; in strbuf_add_string()
129 struct strbuf_child_entry search; in strbuf_add_string()
171 … child = reallocarray(node->children, node->children_count + 1, sizeof(struct strbuf_child_entry)); in strbuf_add_string()
Dstrbuf.h26 struct strbuf_child_entry *children;
30 struct strbuf_child_entry { struct