Searched refs:overflow (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dstring.c55 isc_uint64_t overflow; local
82 overflow = ~0;
83 overflow /= base;
98 /* overflow ? */
99 if (tmp > overflow) {
104 /* overflow ? */
/bind-9.11.3/unit/atf-src/tools/
H A Dio.hpp334 virtual int_type overflow(int c);
H A Dio.cpp198 impl::systembuf::overflow(int c) function in class:impl::systembuf
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c251 goto overflow;
271 goto overflow;
281 goto overflow;
318 goto overflow;
356 goto overflow;
368 overflow:
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c373 unsigned char overflow; /* used for MSG_TRUNC fake */ member in struct:isc__socket
1695 /* If needed, steal one iovec for overflow detection. */
1754 iov[iovcount].iov_base = (void *)(&sock->overflow);
1987 * this indicates an overflow situation. Set the flag in the

Completed in 2968 milliseconds