Searched refs:got_eof (Results 1 – 17 of 17) sorted by relevance
135 bool got_eof, want_eof; in check_mpz() local165 got_eof = input.eof(); in check_mpz()181 if (want_ok && got_eof != want_eof) in check_mpz()184 cout << " got_eof: " << got_eof << "\n"; in check_mpz()203 got_eof = input.eof(); in check_mpz()221 if (want_ok && got_eof != want_eof) in check_mpz()225 cout << " got_eof: " << got_eof << "\n"; in check_mpz()301 bool got_eof, want_eof; in check_mpq() local334 got_eof = input.eof(); in check_mpq()350 if (want_ok && got_eof != want_eof) in check_mpq()[all …]
146 detail::atf_config_reader::got_eof(void) in got_eof() function in detail::atf_config_reader197 ATF_PARSER_CALLBACK(p, got_eof()); in read()
47 virtual void got_eof(void);
77 virtual void got_eof(void);
54 virtual void got_eof(void);
120 detail::atf_atffile_reader::got_eof(void) in got_eof() function in detail::atf_atffile_reader197 ATF_PARSER_CALLBACK(p, got_eof()); in read()
94 virtual void got_eof(void);
203 impl::atf_tps_reader::got_eof(void) in got_eof() function in impl::atf_tps_reader434 ATF_PARSER_CALLBACK(p, got_eof()); in read()
66 got_eof(void) in got_eof() function in config_reader
100 got_eof(void) in got_eof() function in tps_reader
110 got_eof(void) in got_eof() function in atffile_reader
427 detail::atf_tp_reader::got_eof(void) in got_eof() function in detail::atf_tp_reader533 ATF_PARSER_CALLBACK(p, got_eof()); in read()
576 got_eof(void) in got_eof() function in converter
140 got_eof(void) in got_eof() function in tp_reader
94 unsigned got_eof; member456 if (bevf->got_eof) in be_filter_read_nolock_()495 if (bevf->got_eof) in bufferevent_filtered_inbuf_cb()
93 unsigned got_eof; member455 if (bevf->got_eof) in be_filter_read_nolock_()494 if (bevf->got_eof) in bufferevent_filtered_inbuf_cb()
12672 * event-top.c (command_line_handler): Remove unused got_eof.