HomeSort by relevance Sort by last modified time
    Searched full:dbus_realloc (Results 1 - 15 of 15) sorted by null

  /external/dbus/dbus/
dbus-memory.h 45 void* dbus_realloc (void *memory,
dbus-dataslot.c 124 tmp = dbus_realloc (allocator->allocated_slots,
261 tmp = dbus_realloc (list->slots,
dbus-memory.c 556 dbus_realloc (void *memory, function
839 p = dbus_realloc (p, size);
845 p = dbus_realloc (p, size);
dbus-keyring.c 340 new = dbus_realloc (keys, sizeof (DBusKey) * (n_keys + 1));
525 new = dbus_realloc (keys, sizeof (DBusKey) * (n_keys + 1));
dbus-string.c 290 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
365 new_str = dbus_realloc (real->str - real->align_offset, new_allocated);
    [all...]
dbus-object-tree.c 280 new_subtrees = dbus_realloc (subtree->subtrees,
    [all...]
dbus-sysdeps-unix.c     [all...]
dbus-message.c     [all...]
dbus-sysdeps-win.c     [all...]
  /external/dbus/bus/
config-loader-expat.c 196 memsuite.realloc_fcn = dbus_realloc;
config-loader-libxml.c 177 dbus_realloc,
desktop-file.c 146 lines = dbus_realloc (section->lines,
169 sections = dbus_realloc (desktop_file->sections,
signals.c 382 new_args = dbus_realloc (rule->args,
398 new_arg_lens = dbus_realloc (rule->arg_lens,
    [all...]
  /external/dbus/
HACKING 246 dbus_realloc to fail. This only works if D-Bus has been compiled with
251 dbus_realloc to fail if the number of bytes to be allocated is greater
ChangeLog.pre-1-0     [all...]

Completed in 532 milliseconds