Lines Matching full:preallocated
1066 DBusPreallocatedSend *preallocated;
1076 preallocated = dbus_connection_preallocate_send (connection);
1077 if (preallocated == NULL)
1084 dbus_connection_free_preallocated_send (connection, preallocated);
1094 dbus_connection_free_preallocated_send (connection, preallocated);
1104 dbus_connection_free_preallocated_send (connection, preallocated);
1110 d->oom_preallocated = preallocated;
1129 _dbus_assert_not_reached ("Failed to set reply serial for preallocated oom message");
1808 DBusPreallocatedSend *preallocated;
1832 if (to_send->preallocated)
1833 dbus_connection_free_preallocated_send (connection, to_send->preallocated);
1974 to_send->preallocated = dbus_connection_preallocate_send (connection);
1975 if (to_send->preallocated == NULL)
2099 m->preallocated,
2103 m->preallocated = NULL; /* so we don't double-free it */