Searched refs:dbus_realloc (Results 1 – 16 of 16) sorted by relevance
/external/dbus/dbus/ |
D | dbus-memory.c | 600 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()
|
D | dbus-memory.h | 53 void* dbus_realloc (void *memory,
|
D | dbus-socket-set-poll.c | 131 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()
|
D | dbus-dataslot.c | 124 tmp = dbus_realloc (allocator->allocated_slots, in _dbus_data_slot_allocator_alloc() 261 tmp = dbus_realloc (list->slots, in _dbus_data_slot_list_set()
|
D | dbus-keyring.c | 338 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()
|
D | dbus-string.c | 269 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()
|
D | dbus-sysdeps-unix.c | 1500 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()
|
D | dbus-message.c | 2546 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()
|
D | dbus-object-tree.c | 280 new_subtrees = dbus_realloc (subtree->subtrees, in find_subtree_recurse()
|
D | dbus-sysdeps-win.c | 1479 newlisten_fd = dbus_realloc(listen_fd, sizeof(int)*(nlisten_fd+1)); in _dbus_listen_tcp_socket()
|
/external/dbus/bus/ |
D | config-loader-libxml.c | 177 dbus_realloc, in bus_config_load()
|
D | config-loader-expat.c | 196 memsuite.realloc_fcn = dbus_realloc; in bus_config_load()
|
D | desktop-file.c | 146 lines = dbus_realloc (section->lines, in grow_lines_in_section() 169 sections = dbus_realloc (desktop_file->sections, in grow_sections()
|
D | signals.c | 432 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/ |
D | HACKING | 244 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
|
D | ChangeLog.pre-1-0 | 7504 (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):
|