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

  /system/core/adf/libadf/
adf.c 38 adf_id_t *ids_ret = NULL; local
56 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0]));
62 ids_ret = new_ids;
63 ids_ret[n] = id;
74 free(ids_ret);
76 *ids = ids_ret;
225 adf_id_t *ids_ret = NULL; local
236 adf_id_t *new_ids = realloc(ids_ret, (n + 1) * sizeof(ids_ret[0]))
265 adf_id_t *ids_ret = NULL; local
462 adf_id_t *ids_ret = NULL; local
502 adf_id_t *ids_ret = NULL; local
    [all...]

Completed in 149 milliseconds