Searched defs:hlink (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_cache.c982 /* cache entry. for simplicity, 'hash' and 'hlink' are inlined in this
989 struct Entry* hlink; /* next in collision chain */ member in struct:Entry
1204 * for simplicity, the hash-table fields 'hash' and 'hlink' are
1370 *pnode = node->hlink;
1521 pnode = &node->hlink;
1559 *lookup = e->hlink;

Completed in 131 milliseconds