• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:report

369 void report(char *in){  in report()  function
402 report("out of data!\n"); in cliptest()
405 report("looked at incorrect value!\n"); in cliptest()
408 report("premature end of data when reading!\n"); in cliptest()
412 report("read incorrect value!\n"); in cliptest()
417 report("wrong number of bits while reading!\n"); in cliptest()
419 report("wrong number of bytes while reading!\n"); in cliptest()
424 report("leftover bytes after read!\n"); in cliptest()
435 report("\nERROR: too many bits reported left over.\n"); in _end_verify()
439 report("\nERROR: read to but not past exact end tripped EOF.\n"); in _end_verify()
441 report("\nERROR: read to but not past exact end reported bad bitcount.\n"); in _end_verify()
445 report("\nERROR: read past exact end did not trip EOF.\n"); in _end_verify()
447 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify()
452 report("\nERROR: EOF did not stay set on stream.\n"); in _end_verify()
454 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify()
464 report("\nERROR: too many bits reported left over.\n"); in _end_verify2()
473 report("\nERROR: read to but not past exact end tripped EOF.\n"); in _end_verify2()
475 report("\nERROR: read to but not past exact end reported bad bitcount.\n"); in _end_verify2()
484 report("\nERROR: read past exact end did not trip EOF.\n"); in _end_verify2()
486 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify2()
496 report("\nERROR: EOF did not stay set on stream.\n"); in _end_verify2()
498 report("\nERROR: read past exact end reported bad bitcount.\n"); in _end_verify2()
614 if((test=oggpack_look(&r,32))==0xffffffffUL)report("out of data. failed!"); in main()
618 report("read incorrect value!\n"); in main()
625 report("leftover bytes after read!\n"); in main()