Home
last modified time | relevance | path

Searched refs:get_mp_ws_func (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/net/
H A Dnscache.c276 if (cache_info->get_mp_ws_func() != INVALID_CACHED_MP_WRITE_SESSION) in __nss_mp_cache_read()
344 ws = cache_info->get_mp_ws_func(); in __nss_mp_cache_write()
403 ws = cache_info->get_mp_ws_func(); in __nss_mp_cache_write_submit()
424 ws = cache_info->get_mp_ws_func(); in __nss_mp_cache_end()
/dragonfly/lib/libc/include/
H A Dnscache.h63 nss_get_mp_ws_func_t get_mp_ws_func; /* gets current write session */ member