Searched refs:proxy (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 568 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent() argument 572 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) return NULL; in android_read_hostent() 578 fread(&size, 1, sizeof(size), proxy); in android_read_hostent() 583 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; in android_read_hostent() 593 if (fread(ptr, 1, size, proxy) != size) return NULL; in android_read_hostent() 601 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; in android_read_hostent() 611 if (fread(ptr, 1, size, proxy) != size) return NULL; in android_read_hostent() 629 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; in android_read_hostent() 632 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; in android_read_hostent() 639 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; in android_read_hostent() [all …]
|
D | getaddrinfo.c | 425 FILE* proxy = fdopen(__netdClientDispatch.dnsOpenProxy(), "r+"); in android_getaddrinfo_proxy() local 426 if (proxy == NULL) { in android_getaddrinfo_proxy() 432 if (fprintf(proxy, "getaddrinfo %s %s %d %d %d %d %u", in android_getaddrinfo_proxy() 443 if (fputc(0, proxy) == EOF || in android_getaddrinfo_proxy() 444 fflush(proxy) != 0) { in android_getaddrinfo_proxy() 450 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) { in android_getaddrinfo_proxy() 457 fread(buf, 1, sizeof(buf), proxy); in android_getaddrinfo_proxy() 465 if (!readBE32(proxy, &have_more)) { in android_getaddrinfo_proxy() 494 readBE32(proxy, &ai->ai_flags) && in android_getaddrinfo_proxy() 495 readBE32(proxy, &ai->ai_family) && in android_getaddrinfo_proxy() [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | atmlec.h | 66 } proxy; member
|
/bionic/docs/ |
D | native_allocator.md | 372 when running the memory traces acts as a proxy for this. An allocator that
|