Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusconnection.c1612 guint32 serial_to_use; in g_dbus_connection_send_message_unlocked() local
1646 serial_to_use = g_dbus_message_get_serial (message); in g_dbus_connection_send_message_unlocked()
1648 serial_to_use = ++connection->last_serial; /* TODO: handle overflow */ in g_dbus_connection_send_message_unlocked()
1653 ((guint32 *) blob)[2] = GUINT32_TO_LE (serial_to_use); in g_dbus_connection_send_message_unlocked()
1656 ((guint32 *) blob)[2] = GUINT32_TO_BE (serial_to_use); in g_dbus_connection_send_message_unlocked()
1665 blob_size, serial_to_use, connection); in g_dbus_connection_send_message_unlocked()
1674 *out_serial = serial_to_use; in g_dbus_connection_send_message_unlocked()
1683 GUINT_TO_POINTER (serial_to_use)); in g_dbus_connection_send_message_unlocked()
1686 g_dbus_message_set_serial (message, serial_to_use); in g_dbus_connection_send_message_unlocked()