Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dnsdispatch.c679 else if (cache_data.info->marshal_func != NULL) in _nsdispatch()
723 else if (cache_data.info->marshal_func != NULL) in _nsdispatch()
727 if (cache_data.info->marshal_func != NULL) in _nsdispatch()
H A Dnscache.c195 res = cache_info->marshal_func(buffer, &size, retval, ap_new, in __nss_common_cache_write()
366 res = cache_info->marshal_func(buffer, &size, retval, ap_new, in __nss_mp_cache_write()
/dragonfly/lib/libc/include/
H A Dnscache.h55 nss_cache_marshal_func_t marshal_func; /* marshals response */ member