Searched refs:check_cache (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c76 int check_cache; member in struct:unw_eh_callback_data
161 if (data->check_cache && size >= sizeof (struct ext_dl_phdr_info))
223 data->check_cache = 0;
418 data.check_cache = 1;
/freebsd-11-stable/lib/libc/rpc/
H A Drpcb_clnt.c98 static struct address_cache *check_cache(const char *, const char *);
136 * may do a delete_cache() operation if a check_cache() fails to return an
146 * The routines check_cache(), add_cache(), delete_cache() manage the
151 check_cache(const char *host, const char *netid) function
295 ad_cache = check_cache(host, nconf->nc_netid);
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c95 static struct address_cache *check_cache(const char *, const char *);
135 * may do a delete_cache() operation if a check_cache() fails to return an
145 * The routines check_cache(), add_cache(), delete_cache() manage the
150 check_cache(host, netid)
307 ad_cache = check_cache(host, nconf->nc_netid);

Completed in 101 milliseconds