Lines Matching refs:calls
65 unsigned int calls; member
103 ++shared->calls; in method_finish()
112 ++shared->calls; in method_overflow()
123 ++shared->calls; in method_underflow()
133 ++shared->calls; in method_uflow()
143 ++shared->calls; in method_pbackfail()
154 ++shared->calls; in method_xsputn()
170 ++shared->calls; in method_xsgetn()
180 ++shared->calls; in method_seekoff()
190 ++shared->calls; in method_seekpos()
200 ++shared->calls; in method_setbuf()
210 ++shared->calls; in method_sync()
220 ++shared->calls; in method_doallocate()
230 ++shared->calls; in method_read()
240 ++shared->calls; in method_write()
250 ++shared->calls; in method_seek()
260 ++shared->calls; in method_close()
270 ++shared->calls; in method_stat()
280 ++shared->calls; in method_showmanyc()
290 ++shared->calls; in method_imbue()
389 shared->calls = 0; in check_for_termination()
398 TEST_COMPARE (shared->calls, 0); in check_for_termination()
413 TEST_COMPARE (shared->calls, 3); in with_compatibility_fprintf()
424 TEST_COMPARE (shared->calls, 1); in with_compatibility_fputc()
434 TEST_COMPARE (shared->calls, 1); in with_compatibility_fgetc()
442 TEST_COMPARE (shared->calls, 1); in with_compatibility_fflush()