Searched refs:lwres (Results 1 - 25 of 59) sorted by relevance

123

/bind-9.11.3/lib/lwres/include/lwres/
H A Dstdlib.h12 /*! \file lwres/stdlib.h */
16 #include <lwres/lang.h>
17 #include <lwres/platform.h>
H A Dstring.h12 /*! \file lwres/string.h */
16 #include <lwres/lang.h>
17 #include <lwres/platform.h>
H A Dversion.h11 /*! \file lwres/version.h */
13 #include <lwres/platform.h>
H A Dlwpacket.h14 #include <lwres/lang.h>
15 #include <lwres/lwbuffer.h>
16 #include <lwres/result.h>
112 /*! \file lwres/lwpacket.h
H A Dcontext.h14 /*! \file lwres/context.h */
18 #include <lwres/lang.h>
19 #include <lwres/int.h>
20 #include <lwres/result.h>
67 * Allocate a lwres context. This is used in all lwres calls.
86 * Frees all memory associated with a lwres context.
H A Dipv6.h18 /*! \file lwres/ipv6.h
26 #include <lwres/int.h>
27 #include <lwres/platform.h>
H A Dlwbuffer.h12 /*! \file lwres/lwbuffer.h
97 #include <lwres/lang.h>
98 #include <lwres/int.h>
/bind-9.11.3/bin/named/include/named/
H A Dlwaddr.h13 #include <lwres/lwres.h>
14 #include <lwres/net.h>
/bind-9.11.3/lib/lwres/
H A Dversion.c13 #include <lwres/version.h>
H A Dherror.c71 #include <lwres/netdb.h>
72 #include <lwres/platform.h>
H A Dgai_strerror.c14 * their meaning are defined in \link netdb.h include/lwres/netdb.h.\endlink
40 #include <lwres/netdb.h>
H A Dprint_p.h18 #include <lwres/lang.h>
19 #include <lwres/platform.h>
22 * This block allows lib/lwres/print.c to be cleanly compiled even if
H A Dlwpacket.c15 * \link lwpacket.h lwres/lwpacket.h.\endlink
56 #include <lwres/lwbuffer.h>
57 #include <lwres/lwpacket.h>
58 #include <lwres/result.h>
H A Dlwinetaton.c71 #include <lwres/int.h>
72 #include <lwres/net.h>
H A Dgetaddrinfo.c132 * lwres(3), lwres_getaddrinfo(), lwres_freeaddrinfo(),
142 #include <lwres/lwres.h>
143 #include <lwres/net.h>
144 #include <lwres/netdb.h>
145 #include <lwres/stdlib.h>
146 #include <lwres/string.h>
570 lwres_result_t lwres; local
573 lwres = lwres_context_create(&lwrctx, NULL, NULL, NULL, 0);
574 if (lwres !
633 lwres_result_t lwres; local
[all...]
H A Dcompat.c49 #include <lwres/stdlib.h>
50 #include <lwres/string.h>
/bind-9.11.3/lib/lwres/win32/
H A Dversion.c13 #include <lwres/version.h>
H A Dsocket.c13 #include <lwres/platform.h>
/bind-9.11.3/lib/lwres/unix/include/lwres/
H A Dnet.h42 #include <lwres/platform.h> /* Required for LWRES_PLATFORM_*. */
61 #include <lwres/lang.h>
64 #include <lwres/ipv6.h> /* Contractual promise. */
/bind-9.11.3/bin/named/
H A Dlwderror.c36 int lwres; local
55 lwres = lwres_lwpacket_renderheader(&b, &client->pkt);
56 if (lwres != LWRES_R_SUCCESS) {
H A Dlwdnoop.c26 lwres_result_t lwres; local
48 lwres = lwres_noopresponse_render(client->clientmgr->lwctx, &resp,
50 if (lwres != LWRES_R_SUCCESS)
/bind-9.11.3/bin/tests/
H A Dlwresconf_test.c19 #include <lwres/lwres.h>
33 * Wrappers around our memory management stuff, for the lwres functions.
/bind-9.11.3/bin/tests/system/lwresd/lwresd1/
H A Dnosearch.conf20 lwres {
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnet.h57 #include <lwres/ipv6.h>
58 #include <lwres/platform.h> /* Required for LWRES_PLATFORM_*. */
60 #include <lwres/lang.h>
/bind-9.11.3/
H A Disc-config.sh.in32 lwres
98 lwres)

Completed in 168 milliseconds

123