• Home
  • Raw
  • Download

Lines Matching refs:report

367 void report(char *in){  in report()  function
400 report("out of data!\n"); in cliptest()
403 report("looked at incorrect value!\n"); in cliptest()
406 report("premature end of data when reading!\n"); in cliptest()
410 report("read incorrect value!\n"); in cliptest()
415 report("wrong number of bits while reading!\n"); in cliptest()
417 report("wrong number of bytes while reading!\n"); in cliptest()
422 report("leftover bytes after read!\n"); in cliptest()
433 report("\nERROR: too many bits reported left over.\n"); in _end_verify()
437 report("\nERROR: read to but not past exact end tripped EOF.\n"); in _end_verify()
439 report("\nERROR: read to but not past exact end reported bad bitcount.\n"); in _end_verify()
443 report("\nERROR: read past exact end did not trip EOF.\n"); in _end_verify()
445 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify()
450 report("\nERROR: EOF did not stay set on stream.\n"); in _end_verify()
452 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify()
462 report("\nERROR: too many bits reported left over.\n"); in _end_verify2()
471 report("\nERROR: read to but not past exact end tripped EOF.\n"); in _end_verify2()
473 report("\nERROR: read to but not past exact end reported bad bitcount.\n"); in _end_verify2()
482 report("\nERROR: read past exact end did not trip EOF.\n"); in _end_verify2()
484 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify2()
494 report("\nERROR: EOF did not stay set on stream.\n"); in _end_verify2()
496 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify2()
612 if((test=oggpack_look(&r,32))==0xffffffffUL)report("out of data. failed!"); in main()
616 report("read incorrect value!\n"); in main()
623 report("leftover bytes after read!\n"); in main()