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

/bind-9.6-ESV-R11/lib/isc/
H A Dstring.c64 isc_uint64_t overflow; local
91 overflow = ~0;
92 overflow /= base;
107 /* overflow ? */
108 if (tmp > overflow) {
113 /* overflow ? */
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.hpp332 virtual int_type overflow(int c);
H A Dio.cpp203 impl::systembuf::overflow(int c) function in class:impl::systembuf
/bind-9.6-ESV-R11/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.6-ESV-R11/lib/isc/unix/
H A Dsocket.c325 unsigned char overflow; /* used for MSG_TRUNC fake */ member in struct:isc_socket
1306 /* If needed, steal one iovec for overflow detection. */
1365 iov[iovcount].iov_base = (void *)(&sock->overflow);
1591 * this indicates an overflow situation. Set the flag in the

Completed in 26 milliseconds