Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/nscd/
Dconfig.c256 free(entry->mp_cache_entries); in destroy_configuration_entry()
351 config_entry->mp_cache_entries, in configuration_entry_add_mp_cache_entry()
356 old_mp_entries = config_entry->mp_cache_entries; in configuration_entry_add_mp_cache_entry()
357 config_entry->mp_cache_entries = new_mp_entries; in configuration_entry_add_mp_cache_entry()
360 qsort(config_entry->mp_cache_entries, in configuration_entry_add_mp_cache_entry()
376 result = bsearch(mp_name, config_entry->mp_cache_entries, in configuration_entry_find_mp_cache_entry()
401 result = bsearch(mp_name, config_entry->mp_cache_entries, in configuration_entry_find_mp_cache_entries()
413 while (*start != config_entry->mp_cache_entries) { in configuration_entry_find_mp_cache_entries()
420 while (*finish != config_entry->mp_cache_entries + in configuration_entry_find_mp_cache_entries()
Dconfig.h79 cache_entry *mp_cache_entries; member
Dquery.c109 config_entry->mp_cache_entries[i], in clear_config_entry()