HomeSort by: relevance | last modified time | path
    Searched refs:querybuf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/tests/libtest/
ns.c 260 isc_buffer_t querybuf; local
306 isc_buffer_init(&querybuf, query, sizeof(query));
307 result = dns_message_renderbegin(message, &cctx, &querybuf);
322 * Destroy the created message as it was rendered into "querybuf" and
330 isc_buffer_first(&querybuf);
331 return dns_message_parse(client->message, &querybuf, 0);
  /src/lib/libc/net/
getnetnamadr.c 97 } querybuf; typedef in typeref:union:__anon387
114 static struct netent *getnetanswer(res_state, querybuf *, int, int);
168 getnetanswer(res_state res, querybuf *answer, int anslen, int net_i)
315 querybuf *buf;
451 querybuf *buf;
gethnamaddr.c 144 } querybuf; typedef in typeref:union:__anon385
155 static struct hostent *getanswer(const querybuf *, int, const char *, int,
214 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
936 querybuf *buf;
1001 querybuf *buf;
getaddrinfo.c 219 } querybuf; typedef in typeref:union:__anon384
271 static struct addrinfo *getanswer(res_state, const querybuf *, int,
1705 getanswer(res_state res, const querybuf *answer, int anslen, const char *qname,
2035 querybuf *buf, *buf2;
  /src/external/bsd/libbind/dist/irs/
dns_ho.c 110 } querybuf; typedef in typeref:union:__anon7165
114 querybuf qbuf; /*%< query buffer */
  /src/external/bsd/libbind/dist/tests/
dig8.c 1279 } querybuf; typedef in typeref:union:__anon7195
1288 querybuf buf;

Completed in 22 milliseconds