Searched refs:address_cache (Results 1 – 2 of 2) sorted by relevance
74 struct address_cache { struct79 struct address_cache *ac_next; argument82 static struct address_cache *front;91 static struct address_cache *check_cache(const char *, const char *);143 static struct address_cache *146 struct address_cache *cptr; in check_cache()160 return ((struct address_cache *) NULL); in check_cache()166 struct address_cache *cptr, *prevptr = NULL; in delete_cache()192 struct address_cache *ad_cache, *cptr, *prevptr; in add_cache()194 ad_cache = (struct address_cache *) in add_cache()[all …]
72 struct address_cache {77 struct address_cache *ac_next;80 static struct address_cache *front;89 static struct address_cache *check_cache(const char *, const char *);143 static struct address_cache *147 struct address_cache *cptr;161 return ((struct address_cache *) NULL);168 struct address_cache *cptr, *prevptr = NULL;197 struct address_cache *ad_cache, *cptr, *prevptr;199 ad_cache = (struct address_cache *)[all …]