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

/external/dbus/bus/
H A Dservices.c731 DBusPreallocatedHash *preallocated)
734 _dbus_assert (preallocated != NULL);
737 preallocated,
730 bus_service_relink(BusService *service, DBusPreallocatedHash *preallocated) argument
H A Dconnection.c1066 DBusPreallocatedSend *preallocated; local
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; member in struct:__anon681
1832 if (to_send->preallocated)
[all...]
/external/dbus/dbus/
H A Ddbus-hash.c159 DBusPreallocatedHash *preallocated);
228 DBusPreallocatedHash *preallocated);
233 DBusPreallocatedHash *preallocated);
239 DBusPreallocatedHash *preallocated);
836 DBusPreallocatedHash *preallocated)
840 if (preallocated == NULL)
852 entry = (DBusHashEntry*) preallocated;
907 DBusPreallocatedHash *preallocated)
924 if (preallocated)
925 _dbus_hash_table_free_preallocated_entry (table, preallocated);
832 add_entry(DBusHashTable *table, unsigned int idx, void *key, DBusHashEntry ***bucket, DBusPreallocatedHash *preallocated) argument
901 find_generic_function(DBusHashTable *table, void *key, unsigned int idx, KeyCompareFunc compare_func, dbus_bool_t create_if_not_found, DBusHashEntry ***bucket, DBusPreallocatedHash *preallocated) argument
942 find_string_function(DBusHashTable *table, void *key, dbus_bool_t create_if_not_found, DBusHashEntry ***bucket, DBusPreallocatedHash *preallocated) argument
979 find_two_strings_function(DBusHashTable *table, void *key, dbus_bool_t create_if_not_found, DBusHashEntry ***bucket, DBusPreallocatedHash *preallocated) argument
996 find_direct_function(DBusHashTable *table, void *key, dbus_bool_t create_if_not_found, DBusHashEntry ***bucket, DBusPreallocatedHash *preallocated) argument
1435 DBusPreallocatedHash *preallocated; local
1643 _dbus_hash_table_free_preallocated_entry(DBusHashTable *table, DBusPreallocatedHash *preallocated) argument
1670 _dbus_hash_table_insert_string_preallocated(DBusHashTable *table, DBusPreallocatedHash *preallocated, char *key, void *value) argument
[all...]
H A Ddbus-connection.c1833 DBusPreallocatedSend *preallocated; local
1839 preallocated = dbus_new (DBusPreallocatedSend, 1);
1840 if (preallocated == NULL)
1845 preallocated->queue_link =
1847 preallocated->queue_link->data = NULL;
1851 preallocated->queue_link = _dbus_list_alloc_link (NULL);
1852 if (preallocated->queue_link == NULL)
1858 preallocated->counter_link =
1860 preallocated->counter_link->data = connection->outgoing_counter;
1864 preallocated
1885 _dbus_connection_send_preallocated_unlocked_no_update(DBusConnection *connection, DBusPreallocatedSend *preallocated, DBusMessage *message, dbus_uint32_t *client_serial) argument
1960 _dbus_connection_send_preallocated_and_unlock(DBusConnection *connection, DBusPreallocatedSend *preallocated, DBusMessage *message, dbus_uint32_t *client_serial) argument
1994 DBusPreallocatedSend *preallocated; local
2902 DBusPreallocatedSend *preallocated; local
2926 dbus_connection_free_preallocated_send(DBusConnection *connection, DBusPreallocatedSend *preallocated) argument
2952 dbus_connection_send_preallocated(DBusConnection *connection, DBusPreallocatedSend *preallocated, DBusMessage *message, dbus_uint32_t *client_serial) argument
2978 DBusPreallocatedSend *preallocated; local
4418 DBusPreallocatedSend *preallocated; local
[all...]

Completed in 41 milliseconds