Searched refs:hostbuf (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/dns/include/
H A Dresolv_static.h21 char hostbuf[8*1024]; member in struct:res_static
/bionic/libc/dns/
H A Dgethnamaddr.c221 bp = rs->hostbuf;
222 ep = rs->hostbuf + sizeof rs->hostbuf;
421 if (bp + n >= &rs->hostbuf[sizeof rs->hostbuf]) {
580 char *ptr = rs->hostbuf;
584 rs->host.h_name = rs->hostbuf;
685 strncpy(rs->hostbuf, name, MAXDNAME);
686 rs->hostbuf[MAXDNAME] = '\0';
687 bp = rs->hostbuf
[all...]
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1319 char hostbuf[8*1024]; local
1345 bp = hostbuf;
1346 ep = hostbuf + sizeof hostbuf;
2043 char hostbuf[8*1024]; local
2052 if (!(p = fgets(hostbuf, sizeof hostbuf, *hostf)))

Completed in 108 milliseconds