Home | History | Annotate | Download | only in bus

Lines Matching full:preallocated

1149   DBusPreallocatedSend *preallocated;
1159 preallocated = dbus_connection_preallocate_send (connection);
1160 if (preallocated == NULL)
1167 dbus_connection_free_preallocated_send (connection, preallocated);
1177 dbus_connection_free_preallocated_send (connection, preallocated);
1187 dbus_connection_free_preallocated_send (connection, preallocated);
1193 d->oom_preallocated = preallocated;
1212 _dbus_assert_not_reached ("Failed to set reply serial for preallocated oom message");
1898 DBusPreallocatedSend *preallocated;
1922 if (to_send->preallocated)
1923 dbus_connection_free_preallocated_send (connection, to_send->preallocated);
2064 to_send->preallocated = dbus_connection_preallocate_send (connection);
2065 if (to_send->preallocated == NULL)
2189 m->preallocated,
2193 m->preallocated = NULL; /* so we don't double-free it */