Lines Matching refs:address_cache
78 struct address_cache {
83 struct address_cache *ac_next;
86 static struct address_cache *front;
95 static struct address_cache *check_cache(const char *, const char *);
149 static struct address_cache *
153 struct address_cache *cptr;
167 return ((struct address_cache *) NULL);
174 struct address_cache *cptr, *prevptr = NULL;
203 struct address_cache *ad_cache, *cptr, *prevptr;
205 ad_cache = (struct address_cache *)
206 malloc(sizeof (struct address_cache));
296 struct address_cache *ad_cache;