Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-memory.c600 dbus_realloc (void *memory, in dbus_realloc() function
920 p = dbus_realloc (p, size); in _dbus_memory_test()
926 p = dbus_realloc (p, size); in _dbus_memory_test()
Ddbus-memory.h53 void* dbus_realloc (void *memory,
Ddbus-socket-set-poll.c131 DBusPollFD *new_fds = dbus_realloc (self->fds, in socket_set_poll_add()
229 DBusPollFD *new_fds = dbus_realloc (self->fds, in socket_set_poll_remove()
Ddbus-dataslot.c124 tmp = dbus_realloc (allocator->allocated_slots, in _dbus_data_slot_allocator_alloc()
261 tmp = dbus_realloc (list->slots, in _dbus_data_slot_list_set()
Ddbus-keyring.c338 new = dbus_realloc (keys, sizeof (DBusKey) * (n_keys + 1)); in add_new_key()
523 new = dbus_realloc (keys, sizeof (DBusKey) * (n_keys + 1)); in _dbus_keyring_reload()
Ddbus-string.c269 new_str = dbus_realloc (real->str - real->align_offset, new_allocated); in compact()
344 new_str = dbus_realloc (real->str - real->align_offset, new_allocated); in reallocate_for_length()
Ddbus-sysdeps-unix.c1500 newlisten_fd = dbus_realloc(listen_fd, sizeof(int)*(nlisten_fd+1)); in _dbus_listen_tcp_socket()
2224 new = dbus_realloc (buf, buf_count * sizeof (buf[0])); in fill_user_info()
Ddbus-message.c2546 p = dbus_realloc(m->unix_fds, k * sizeof(int)); in expand_fd_array()
3943 int *a = dbus_realloc(loader->unix_fds, in _dbus_message_loader_get_unix_fds()
Ddbus-object-tree.c280 new_subtrees = dbus_realloc (subtree->subtrees, in find_subtree_recurse()
Ddbus-sysdeps-win.c1479 newlisten_fd = dbus_realloc(listen_fd, sizeof(int)*(nlisten_fd+1)); in _dbus_listen_tcp_socket()
/external/dbus/bus/
Dconfig-loader-libxml.c177 dbus_realloc, in bus_config_load()
Dconfig-loader-expat.c196 memsuite.realloc_fcn = dbus_realloc; in bus_config_load()
Ddesktop-file.c146 lines = dbus_realloc (section->lines, in grow_lines_in_section()
169 sections = dbus_realloc (desktop_file->sections, in grow_sections()
Dsignals.c432 new_args = dbus_realloc (rule->args, in bus_match_rule_set_arg()
448 new_arg_lens = dbus_realloc (rule->arg_lens, in bus_match_rule_set_arg()
/external/dbus/
DHACKING244 dbus_realloc to fail. This only works if D-Bus has been compiled with
249 dbus_realloc to fail if the number of bytes to be allocated is greater
DChangeLog.pre-1-07504 (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
10157 * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
13243 (dbus_realloc):
13283 (dbus_malloc0), (dbus_realloc):