Searched refs:used_cache_size (Results 1 – 1 of 1) sorted by relevance
12125 UINT used_cache_size; in _nx_mdns_cache_add_string() local12229 …used_cache_size = mdns_ptr -> nx_mdns_local_rr_count * sizeof(NX_MDNS_RR) + mdns_ptr -> nx_mdns_lo… in _nx_mdns_cache_add_string()12233 …used_cache_size = mdns_ptr -> nx_mdns_peer_rr_count * sizeof(NX_MDNS_RR) + mdns_ptr -> nx_mdns_pee… in _nx_mdns_cache_add_string()12237 if ((used_cache_size + memory_len) <= cache_size) in _nx_mdns_cache_add_string()