Searched refs:new_mp_entries (Results 1 – 1 of 1) sorted by relevance
341 cache_entry *new_mp_entries, *old_mp_entries; in configuration_entry_add_mp_cache_entry() local345 new_mp_entries = malloc(sizeof(*new_mp_entries) * in configuration_entry_add_mp_cache_entry()347 assert(new_mp_entries != NULL); in configuration_entry_add_mp_cache_entry()348 new_mp_entries[0] = c_entry; in configuration_entry_add_mp_cache_entry()351 memcpy(new_mp_entries + 1, in configuration_entry_add_mp_cache_entry()358 config_entry->mp_cache_entries = new_mp_entries; in configuration_entry_add_mp_cache_entry()