Searched refs:io (Results 1 - 20 of 20) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dunistd.h32 #include <io.h>
H A Dkeyboard.c23 #include <io.h>
H A Dstdio.c13 #include <io.h>
H A Ddir.c18 #include <io.h>
H A Dentropy.c21 #include <io.h>
H A Dfsaccess.c27 #include <io.h>
H A Dfile.c17 #include <io.h>
H A Dsocket.c40 #include <io.h>
576 " io completion port: %s",
3461 * Queue io completion for an accept().
3585 * Queue io completion for an accept().
/bind-9.11.3/bin/confgen/win32/
H A Dos.c20 #include <io.h>
/bind-9.11.3/unit/atf-src/tools/
H A Dio_test.cpp50 #include "io.hpp"
93 using tools::io::systembuf;
112 using tools::io::systembuf;
139 using tools::io::file_handle;
156 using tools::io::file_handle;
179 using tools::io::file_handle;
192 using tools::io::file_handle;
285 using tools::io::file_handle;
286 using tools::io::pistream;
287 using tools::io
[all...]
H A DMakefile.am.inc51 tools/io.cpp \
52 tools/io.hpp \
H A Dio.hpp41 namespace io { namespace in namespace:tools
433 } // namespace io
H A Dio.cpp43 #include "io.hpp"
45 namespace impl = tools::io;
46 #define IMPL_NAME "tools::io"
H A Dtest-program.cpp51 #include "io.hpp"
660 tools::io::pistream outin(child.stdout_fd());
703 class child_muxer : public tools::io::muxer {
757 tools::io::file_handle outfh = child.stdout_fd();
758 tools::io::file_handle errfh = child.stderr_fd();
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp46 namespace io { namespace in namespace:atf
48 } // namespace io
/bind-9.11.3/bin/tests/dst/
H A Ddst_test.c133 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx) { function
265 io(name, 23616, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx);
266 io(name, 54622, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
269 io(name, 49667, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx);
270 io(name, 2, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx);
H A Dt_dst.c276 io(dns_name_t *name, isc_uint16_t id, isc_uint16_t alg, int type, function
483 io(name, 23616, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
486 io(name, 54622, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
490 io(name, 49667, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
493 io(name, 2, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
/bind-9.11.3/
H A Dconfig.h.win32254 #include <io.h>
/bind-9.11.3/bin/named/win32/
H A Dos.c17 #include <io.h>
/bind-9.11.3/lib/dns/
H A Dzone.c798 static void zonemgr_cancelio(dns_io_t *io);
16535 dns_io_t *io; local
16541 io = isc_mem_get(zmgr->mctx, sizeof(*io));
16542 if (io == NULL)
16545 io->event = isc_event_allocate(zmgr->mctx, task, DNS_EVENT_IOREADY,
16546 action, arg, sizeof(*io->event));
16547 if (io->event == NULL) {
16548 isc_mem_put(zmgr->mctx, io, sizeof(*io));
16578 dns_io_t *io; local
16615 zonemgr_cancelio(dns_io_t *io) argument
[all...]

Completed in 383 milliseconds