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

/sssd/src/sbus/
H A Dsssd_dbus_utils.c28 dbus_int32_t data_slot; member in struct:sbus_talloc_msg
43 dbus_message_set_data(talloc_msg->msg, talloc_msg->data_slot, NULL, NULL);
54 dbus_message_free_data_slot(&talloc_msg->data_slot);
68 dbus_int32_t data_slot = -1; local
84 bret = dbus_message_allocate_data_slot(&data_slot);
92 bret = dbus_message_set_data(msg, data_slot, talloc_msg, free_fn);
96 dbus_message_free_data_slot(&data_slot);
101 talloc_msg->data_slot = data_slot;

Completed in 1218 milliseconds