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

  /external/bluetooth/glib/gobject/
gvaluearray.c 87 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced);
102 value_array->values = g_renew (GValue, value_array->values, value_array->n_prealloced);
gclosure.c 332 closure->notifiers = g_renew (GClosureNotifyData, NULL, CLOSURE_N_NOTIFIERS (closure) + 1);
375 closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure) + 2);
428 closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure) + 1);
463 closure->notifiers = g_renew (GClosureNotifyData, closure->notifiers, CLOSURE_N_NOTIFIERS (closure) + 1);
    [all...]
gobject.c     [all...]
gtype.c 456 pnode->children = g_renew (GType, pnode->children, pnode->n_children);
    [all...]
gsignal.c 779 g_signal_nodes = g_renew (SignalNode*, g_signal_nodes, g_n_signal_nodes);
    [all...]
  /external/bluetooth/glib/glib/
gmem.h 68 #define g_renew(struct_type, mem, n_structs) \ macro
gdataset.c 683 g_quarks = g_renew (gchar*, g_quarks, g_quark_seq_id + G_QUARK_BLOCK_SIZE);
goption.c 1041 g_renew (gchar *, change->allocated.array.data,
1099 g_renew (gchar *, change->allocated.array.data,
    [all...]
gutf8.c 434 alias_array = g_renew (const char *, alias_array, count + 2);
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 882 result = g_renew (wchar_t, result, len + 2);
    [all...]
gdesktopappinfo.c 1335 list = g_renew (char *, list, 1 + length + g_list_length (system_list) + 1);
    [all...]

Completed in 163 milliseconds