Home
last modified time | relevance | path

Searched refs:isc_stdio_read (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dmem_test.c356 result = isc_stdio_read(buf, sizeof(buf), 1, f, NULL); in ISC_RUN_TEST_IMPL()
389 result = isc_stdio_read(buf, sizeof(buf), 1, f, NULL); in ISC_RUN_TEST_IMPL()
430 result = isc_stdio_read(buf, sizeof(buf), 1, f, NULL);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dstdio.h55 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret);
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dstdio.h54 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret);
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Ddst_test.c88 result = isc_stdio_read(p, 1, len, fp, &rval); in sig_fromfile()
169 result = isc_stdio_read(p, 1, len, fp, &rval); in check_sig()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dstdio.c77 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { in isc_stdio_read() function
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dstdio.c77 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { in isc_stdio_read() function
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dmaster.c2248 result = isc_stdio_read(isc_buffer_used(buffer), 1, len, f, in read_and_check()
2287 result = isc_stdio_read(data, 1, commonlen, lctx->f, NULL); in load_header()
2289 UNEXPECTED_ERROR("isc_stdio_read failed: %s", in load_header()
2319 result = isc_stdio_read(data + commonlen, 1, remainder, lctx->f, NULL); in load_header()
2321 UNEXPECTED_ERROR("isc_stdio_read failed: %s", in load_header()
2415 result = isc_stdio_read(target.base, 1, sizeof(totallen), in load_raw()
2463 result = isc_stdio_read(target.base, 1, readlen, lctx->f, NULL); in load_raw()
H A Djournal.c436 result = isc_stdio_read(mem, 1, nbytes, j->fp, NULL); in journal_read()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmaster.c2261 result = isc_stdio_read(isc_buffer_used(buffer), 1, len, f, in read_and_check()
2302 result = isc_stdio_read(data, 1, commonlen, lctx->f, NULL); in load_header()
2338 result = isc_stdio_read(data + commonlen, 1, remainder, lctx->f, NULL); in load_header()
2475 result = isc_stdio_read(target.base, 1, sizeof(totallen), in load_raw()
2524 result = isc_stdio_read(target.base, 1, readlen, lctx->f, NULL); in load_raw()
H A Djournal.c435 result = isc_stdio_read(mem, 1, nbytes, j->fp, NULL); in journal_read()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c1022 ret = isc_stdio_read(pin, 1, PINLEN + 1, stream, &l); in pk11_parse_uri()