Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dgethnamaddr.cpp107 static void convert_v4v6_hostent(struct hostent* hp, char** bpp, char* ep,
110 static void pad_v4v6_hostent(struct hostent* hp, char** bpp, char* ep);
615 static void convert_v4v6_hostent(struct hostent* hp, char** bpp, char* ep, in convert_v4v6_hostent() argument
619 _DIAGASSERT(bpp != NULL); in convert_v4v6_hostent()
625 int i = (int)(sizeof(align) - (size_t)((uintptr_t)*bpp % sizeof(align))); in convert_v4v6_hostent()
627 if (ep - *bpp < (i + NS_IN6ADDRSZ)) { in convert_v4v6_hostent()
632 *bpp += i; in convert_v4v6_hostent()
633 map_addr(*ap, *bpp); in convert_v4v6_hostent()
634 *ap = *bpp; in convert_v4v6_hostent()
635 *bpp += NS_IN6ADDRSZ; in convert_v4v6_hostent()
[all …]