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