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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.c42 static int message_append_basic(sd_bus_message *m, char type, const void *p, const void **stored);
1468 int message_append_basic(sd_bus_message *m, char type, const void *p, const void **stored) { argument
1557 if (stored)
1558 *stored = (const uint8_t*) a;
1628 if (stored)
1629 *stored = (const uint8_t*) a + 4;
1635 if (stored)
1636 *stored = (const uint8_t*) a + 1;
1640 if (stored)
1641 *stored
[all...]

Completed in 17 milliseconds