Searched refs:ISC_R_EOF (Results 1 - 19 of 19) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h33 #define ISC_R_EOF 14 /*%< end of file */ macro
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddatafile.c195 return (ISC_R_EOF);
230 result = ISC_R_EOF;
235 if (result == ISC_R_EOF) {
255 if (result == ISC_R_EOF &&
/bind-9.11.3/lib/isc/tests/
H A Dlex_test.c94 ATF_REQUIRE_EQ(result, ISC_R_EOF);
/bind-9.11.3/lib/isc/unix/
H A Dstdio.c86 result = ISC_R_EOF;
H A Dsocket.c3829 dev->result = ISC_R_EOF;
5030 dev->result = ISC_R_EOF;
/bind-9.11.3/lib/isc/win32/
H A Dstdio.c92 result = ISC_R_EOF;
H A Dsocket.c2227 * Loop through the socket, returning ISC_R_EOF for each done event pending.
2293 send_recvdone_abort(sock, ISC_R_EOF);
2829 return (ISC_R_EOF);
/bind-9.11.3/bin/tools/
H A Dnamed-rrchecker.c258 if (result != ISC_R_EOF) {
/bind-9.11.3/lib/dns/
H A Ddst_parse.c489 if (ret == ISC_R_EOF) \
560 if (ret == ISC_R_EOF)
H A Djournal.c404 if (result == ISC_R_EOF)
H A Dmaster.c2353 if (result == ISC_R_EOF) {
H A Ddispatch.c1365 case ISC_R_EOF:
H A Dresolver.c7746 if (devent->result == ISC_R_EOF &&
/bind-9.11.3/lib/isc/
H A Dlex.c408 return (ISC_R_EOF);
525 result = ISC_R_EOF;
H A Dpk11.c1275 if ((ret != ISC_R_SUCCESS) && (ret != ISC_R_EOF))
/bind-9.11.3/bin/rndc/
H A Drndc.c262 if (ccmsg.result == ISC_R_EOF)
335 if (ccmsg.result == ISC_R_EOF)
/bind-9.11.3/bin/named/
H A Dcontrolconf.c355 conn->ccmsg.result != ISC_R_EOF)
/bind-9.11.3/bin/dig/
H A Ddighost.c3330 if (sevent->result == ISC_R_EOF && l->eoferr == 0U) {
3847 if (sevent->result == ISC_R_EOF && l->eoferr == 0U) {
/bind-9.11.3/lib/isccfg/
H A Dparser.c2176 result = ISC_R_EOF;

Completed in 143 milliseconds