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

/systemd/src/libsystemd/sd-bus/
H A Dbus-objects.c907 const char *previous_interface = NULL; local
955 if (!streq_ptr(previous_interface, c->interface)) {
957 if (previous_interface)
967 previous_interface = c->interface;
970 if (previous_interface)
1014 const char *previous_interface = NULL; local
1063 if (!streq_ptr(previous_interface, i->interface)) {
1067 if (previous_interface) {
1098 previous_interface = i->interface;
1101 if (previous_interface) {
2161 const char *previous_interface = NULL; local
2374 const char *previous_interface = NULL; local
[all...]

Completed in 15 milliseconds