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

/systemd/src/libsystemd/sd-bus/
H A Dbus-match.c263 _cleanup_strv_free_ char **test_strv = NULL; local
383 (void) bus_message_get_arg_strv(m, node->type - BUS_MATCH_ARG_HAS, &test_strv);
397 else if (test_strv) {
400 STRV_FOREACH(i, test_strv) {
426 if (!value_node_test(c, node->type, test_u8, test_str, test_strv, m))

Completed in 205 milliseconds