Searched refs:io (Results 1 - 16 of 16) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | unistd.h | 41 #include <io.h>
|
H A D | keyboard.c | 32 #include <io.h>
|
H A D | stdio.c | 22 #include <io.h>
|
H A D | dir.c | 27 #include <io.h>
|
H A D | entropy.c | 30 #include <io.h>
|
H A D | fsaccess.c | 36 #include <io.h>
|
H A D | file.c | 26 #include <io.h>
|
H A D | socket.c | 49 #include <io.h> 557 " io completion port: %s", 3348 * Queue io completion for an accept(). 3465 * Queue io completion for an accept().
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | Makefile.am.inc | 39 atf-run/io.cpp \ 40 atf-run/io.hpp \ 87 atf-run/io.cpp \ 116 atf-run/io.cpp \
|
/bind-9.6-ESV-R11/bin/rndc/win32/ |
H A D | os.c | 29 #include <io.h>
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | fs.hpp | 50 namespace io { namespace in namespace:atf 52 } // namespace io
|
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | dst_test.c | 138 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx) { function 270 io(name, 23616, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx); 271 io(name, 54622, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, 274 io(name, 49667, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx); 275 io(name, 2, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx);
|
H A D | t_dst.c | 276 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx, function 426 io(name, 23616, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, 429 io(name, 54622, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, 433 io(name, 49667, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, 436 io(name, 2, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
|
/bind-9.6-ESV-R11/ |
H A D | config.h.win32 | 219 #include <io.h>
|
/bind-9.6-ESV-R11/bin/named/win32/ |
H A D | os.c | 27 #include <io.h>
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | zone.c | 618 static void zonemgr_cancelio(dns_io_t *io); 11215 dns_io_t *io; local 11221 io = isc_mem_get(zmgr->mctx, sizeof(*io)); 11222 if (io == NULL) 11224 io->event = isc_event_allocate(zmgr->mctx, task, DNS_EVENT_IOREADY, 11225 action, arg, sizeof(*io->event)); 11226 if (io->event == NULL) { 11227 isc_mem_put(zmgr->mctx, io, sizeof(*io)); 11257 dns_io_t *io; local 11294 zonemgr_cancelio(dns_io_t *io) argument [all...] |
Completed in 57 milliseconds