HomeSort by relevance Sort by last modified time
    Searched refs:old_data (Results 1 - 13 of 13) sorted by null

  /bootable/recovery/applypatch/
applypatch.h 69 int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
72 int ApplyBSDiffPatchMem(const unsigned char* old_data, ssize_t old_size,
77 int ApplyImagePatch(const unsigned char* old_data, ssize_t old_size,
bspatch.c 100 int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
106 if (ApplyBSDiffPatchMem(old_data, old_size, patch, patch_offset,
123 int ApplyBSDiffPatchMem(const unsigned char* old_data, ssize_t old_size,
223 (*new_data)[newpos+i] += old_data[oldpos+i];
imgpatch.c 34 * by (old_data, old_size). Write the patched output to the 'output'
38 int ApplyImagePatch(const unsigned char* old_data, ssize_t old_size,
80 ApplyBSDiffPatch(old_data + src_start, src_len,
138 strm.next_in = (unsigned char*)(old_data + src_start);
  /external/dbus/dbus/
dbus-dataslot.h 86 void **old_data);
dbus-dataslot.c 231 * @param old_data previously-existing data, should be freed with old_free_func
241 void **old_data)
277 *old_data = list->slots[slot].data;
384 void *old_data; local
422 &old_free_func, &old_data))
426 _dbus_assert (old_data == NULL);
442 &old_free_func, &old_data))
446 _dbus_assert (_DBUS_POINTER_TO_INT (old_data) == i);
448 (* old_free_func) (old_data);
dbus-transport.h 69 void **old_data,
dbus-server.c 828 void *old_data; local
834 old_data = server->new_connection_data;
842 (* old_free_function) (old_data);
1057 void *old_data; local
1067 &old_free_func, &old_data);
1076 (* old_free_func) (old_data);
    [all...]
dbus-pending-call.c 483 void *old_data; local
489 &old_free_func, &old_data);
497 (* old_free_func) (old_data);
dbus-connection.c 4724 void *old_data; local
4770 void *old_data; local
4976 void *old_data = NULL; local
5398 void *old_data; local
    [all...]
dbus-transport.c 1091 * @param old_data the old user data to be freed
1099 void **old_data,
1102 *old_data = transport->unix_user_data;
    [all...]
dbus-message.c 3790 void *old_data; local
    [all...]
  /external/qemu/telephony/
gsm.c 287 bytes_t old_data = rope->data == rope->data0 ? NULL : rope->data; local
294 new_data = realloc( old_data, new_max );
  /external/openssl/crypto/ui/
ui_lib.c 448 void *old_data = ui->user_data; local
450 return old_data;

Completed in 67 milliseconds