Searched refs:ISC_R_RANGE (Results 1 - 25 of 82) sorted by relevance

1234

/bind-9.11.3/lib/isc/tests/
H A Dparse_test.c46 ATF_CHECK_EQ(ISC_R_RANGE, result);
49 ATF_CHECK_EQ(ISC_R_RANGE, result);
H A Derrno_test.c40 { EOVERFLOW, ISC_R_RANGE },
/bind-9.11.3/lib/isc/
H A Dparseint.c41 return (ISC_R_RANGE);
54 return (ISC_R_RANGE);
67 return (ISC_R_RANGE);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.c67 RETTOK(ISC_R_RANGE);
82 RETTOK(ISC_R_RANGE);
84 RETTOK(ISC_R_RANGE);
99 RETTOK(ISC_R_RANGE);
132 RETTOK(ISC_R_RANGE);
151 RETTOK(ISC_R_RANGE);
167 RETTOK(ISC_R_RANGE);
169 RETTOK(ISC_R_RANGE);
184 RETTOK(ISC_R_RANGE);
217 RETTOK(ISC_R_RANGE);
[all...]
H A Dsink_40.c32 RETTOK(ISC_R_RANGE);
39 RETTOK(ISC_R_RANGE);
46 RETTOK(ISC_R_RANGE);
H A Dx25_19.c39 RETTOK(ISC_R_RANGE);
115 return (ISC_R_RANGE);
119 return (ISC_R_RANGE);
H A Dtlsa_52.c32 RETTOK(ISC_R_RANGE);
41 RETTOK(ISC_R_RANGE);
50 RETTOK(ISC_R_RANGE);
H A Dsshfp_44.c36 RETTOK(ISC_R_RANGE);
45 RETTOK(ISC_R_RANGE);
H A Duri_256.c34 RETTOK(ISC_R_RANGE);
43 RETTOK(ISC_R_RANGE);
H A Dipseckey_45.c42 RETTOK(ISC_R_RANGE);
51 RETTOK(ISC_R_RANGE);
61 RETTOK(ISC_R_RANGE);
H A Dnsec3_50.c64 RETTOK(ISC_R_RANGE);
71 RETTOK(ISC_R_RANGE);
94 RETTOK(ISC_R_RANGE);
/bind-9.11.3/lib/dns/
H A Dtime.c49 return (ISC_R_RANGE);
58 return (ISC_R_RANGE);
134 return (ISC_R_RANGE); \
H A Dttl.c143 if (result != ISC_R_SUCCESS && result != ISC_R_RANGE)
215 return (ISC_R_RANGE);
H A Dresult.c405 case ISC_R_RANGE:
/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h61 #define ISC_R_RANGE 41 /*%< out of range */ macro
/bind-9.11.3/lib/isc/pthreads/
H A Dcondition.c42 if (result == ISC_R_RANGE)
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c56 return (ISC_R_RANGE);
H A Dtime.c174 return (ISC_R_RANGE);
221 return (ISC_R_RANGE);
263 return (ISC_R_RANGE);
285 return (ISC_R_RANGE);
360 return (ISC_R_RANGE);
/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c55 return (ISC_R_RANGE);
H A Dtime.c138 return (ISC_R_RANGE);
166 return (ISC_R_RANGE);
187 return (ISC_R_RANGE);
251 return (ISC_R_RANGE);
/bind-9.11.3/lib/irs/
H A Ddnsconf.c98 return (ISC_R_RANGE);
100 return (ISC_R_RANGE);
102 return (ISC_R_RANGE);
/bind-9.11.3/lib/dns/rdata/in_1/
H A Dapl_42.c52 RETTOK(ISC_R_RANGE);
65 RETTOK(ISC_R_RANGE);
78 RETTOK(ISC_R_RANGE);
203 return (ISC_R_RANGE);
207 return (ISC_R_RANGE);
H A Da6_38.c44 RETTOK(ISC_R_RANGE);
161 return (ISC_R_RANGE);
288 return (ISC_R_RANGE);
/bind-9.11.3/lib/dns/rdata/any_255/
H A Dtsig_250.c56 RETTOK(ISC_R_RANGE);
66 RETTOK(ISC_R_RANGE);
75 RETTOK(ISC_R_RANGE);
89 RETTOK(ISC_R_RANGE);
104 RETTOK(ISC_R_RANGE);
115 RETTOK(ISC_R_RANGE);
/bind-9.11.3/bin/named/
H A Dconfig.c461 return (ISC_R_RANGE);
479 return (ISC_R_RANGE);
623 result = ISC_R_RANGE;
634 result = ISC_R_RANGE;
904 return (ISC_R_RANGE);
929 return (ISC_R_RANGE);
985 return (ISC_R_RANGE);

Completed in 69 milliseconds

1234