Lines Matching refs:preallocated
1130 DBusPreallocatedSend *preallocated; in bus_connection_preallocate_oom_error() local
1140 preallocated = dbus_connection_preallocate_send (connection); in bus_connection_preallocate_oom_error()
1141 if (preallocated == NULL) in bus_connection_preallocate_oom_error()
1148 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()
1158 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()
1168 dbus_connection_free_preallocated_send (connection, preallocated); in bus_connection_preallocate_oom_error()
1174 d->oom_preallocated = preallocated; in bus_connection_preallocate_oom_error()
1910 DBusPreallocatedSend *preallocated; member
1934 if (to_send->preallocated) in message_to_send_free()
1935 dbus_connection_free_preallocated_send (connection, to_send->preallocated); in message_to_send_free()
2076 to_send->preallocated = dbus_connection_preallocate_send (connection); in bus_transaction_send()
2077 if (to_send->preallocated == NULL) in bus_transaction_send()
2201 m->preallocated, in connection_execute_transaction()
2205 m->preallocated = NULL; /* so we don't double-free it */ in connection_execute_transaction()