Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dnscache.c133 res = cache_info->unmarshal_func(buffer, buffer_size, retval, in __nss_common_cache_read()
306 res = cache_info->unmarshal_func(buffer, buffer_size, retval, in __nss_mp_cache_read()
/dragonfly/lib/libc/include/
H A Dnscache.h56 nss_cache_unmarshal_func_t unmarshal_func; /* unmarshals response */ member