overflow           31 lib/zlib/contrib/iostream/zfstream.h   virtual int overflow( int = EOF );
overflow          301 lib/zlib/contrib/iostream3/zfstream.cc   return traits_type::eq_int_type(this->overflow(), traits_type::eof()) ? -1 : 0;
overflow          125 lib/zlib/contrib/iostream3/zfstream.h   overflow(int_type c = traits_type::eof());
overflow          505 lib/zlib/trees.c     int overflow = 0;   /* number of elements with bit length too large */
overflow          517 lib/zlib/trees.c         if (bits > max_length) bits = max_length, overflow++;
overflow          530 lib/zlib/trees.c     if (overflow == 0) return;
overflow          545 lib/zlib/trees.c         overflow -= 2;
overflow          546 lib/zlib/trees.c     } while (overflow > 0);
overflow          683 source3/smbd/trans2.c 	bool overflow = False;
overflow          694 source3/smbd/trans2.c 		overflow = True;
overflow          824 source3/smbd/trans2.c 		if (overflow) {