Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Drpcb_clnt.c75 struct address_cache { struct
80 struct address_cache *ac_next; argument
83 static struct address_cache *front;
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));
[all …]