Home
last modified time | relevance | path

Searched refs:mp_cache_entries (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/nscd/
H A Dconfig.c254 free(entry->mp_cache_entries); in destroy_configuration_entry()
349 config_entry->mp_cache_entries, in configuration_entry_add_mp_cache_entry()
354 old_mp_entries = config_entry->mp_cache_entries; in configuration_entry_add_mp_cache_entry()
355 config_entry->mp_cache_entries = new_mp_entries; in configuration_entry_add_mp_cache_entry()
358 qsort(config_entry->mp_cache_entries, in configuration_entry_add_mp_cache_entry()
374 result = bsearch(mp_name, config_entry->mp_cache_entries, in configuration_entry_find_mp_cache_entry()
399 result = bsearch(mp_name, config_entry->mp_cache_entries, in configuration_entry_find_mp_cache_entries()
411 while (*start != config_entry->mp_cache_entries) { in configuration_entry_find_mp_cache_entries()
418 while (*finish != config_entry->mp_cache_entries + in configuration_entry_find_mp_cache_entries()
H A Dconfig.h77 cache_entry *mp_cache_entries; member
H A Dquery.c106 config_entry->mp_cache_entries[i], in clear_config_entry()