Home
last modified time | relevance | path

Searched refs:bus_match_component (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-match.h54 struct bus_match_component { struct
68 int bus_match_add(struct bus_match_node *root, struct bus_match_component *components, unsigned n_c… argument
78 int bus_match_parse(const char *match, struct bus_match_component **ret_components, unsigned *ret_n…
79 void bus_match_parse_free(struct bus_match_component *components, unsigned n_components);
80 char *bus_match_to_string(struct bus_match_component *components, unsigned n_components);
82 enum bus_match_scope bus_match_get_scope(const struct bus_match_component *components, unsigned n_c…
Dbus-match.c691 static int match_component_compare(const struct bus_match_component *a, const struct bus_match_comp… in match_component_compare()
695 void bus_match_parse_free(struct bus_match_component *components, unsigned n_components) { in bus_match_parse_free()
704 struct bus_match_component **ret_components, in bus_match_parse()
707 struct bus_match_component *components = NULL; in bus_match_parse()
806 components[n_components++] = (struct bus_match_component) { in bus_match_parse()
843 char *bus_match_to_string(struct bus_match_component *components, unsigned n_components) { in bus_match_to_string()
884 struct bus_match_component *components, in bus_match_add()
1041 enum bus_match_scope bus_match_get_scope(const struct bus_match_component *components, unsigned n_c… in bus_match_get_scope()
1056 const struct bus_match_component *c = components + i; in bus_match_get_scope()
Dtest-bus-match.c40 struct bus_match_component *components; in match_add()
61 struct bus_match_component *components = NULL; in test_match_scope()
Dfuzz-bus-match.c56 struct bus_match_component *components; in LLVMFuzzerTestOneInput()
Dsd-bus.c3486 struct bus_match_component *components = NULL; in bus_add_match_full()