Searched refs:proxy (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/dns/net/
H A Dgethnamaddr.c597 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) argument
601 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) return NULL;
607 fread(&size, 1, sizeof(size), proxy);
612 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
622 if (fread(ptr, 1, size, proxy) != size) return NULL;
630 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
640 if (fread(ptr, 1, size, proxy) != size) return NULL;
658 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
661 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL;
668 if (fread(&size, 1, sizeof(size), proxy) !
824 FILE* proxy = android_open_proxy(); local
928 FILE* proxy = android_open_proxy(); local
[all...]
H A Dgetaddrinfo.c417 // Bogus things we can't serialize. Don't use the proxy. These will fail - let them.
425 FILE* proxy = android_open_proxy(); local
426 if (proxy == NULL) {
433 if (fprintf(proxy, "getaddrinfo %s %s %d %d %d %d %u",
444 if (fputc(0, proxy) == EOF ||
445 fflush(proxy) != 0) {
451 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) {
458 fread(buf, 1, sizeof(buf), proxy);
466 if (!readBE32(proxy, &have_more)) {
495 readBE32(proxy,
[all...]
/bionic/libc/kernel/uapi/linux/
H A Datmlec.h78 } proxy; member in union:atmlec_msg::__anon253
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datmlec.h78 } proxy; member in union:atmlec_msg::__anon1400
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Datmlec.h78 } proxy; member in union:atmlec_msg::__anon2670

Completed in 2124 milliseconds