Lines Matching refs:report
506 void report(char *in){ in report() function
520 if(bytes!=compsize)report("wrong number of bytes!\n"); in cliptest()
523 report("wrote incorrect value!\n"); in cliptest()
529 report("out of data!\n"); in cliptest()
531 report("looked at incorrect value!\n"); in cliptest()
534 report("looked at single bit incorrect value!\n"); in cliptest()
537 report("read incorrect single bit value!\n"); in cliptest()
540 report("read incorrect value!\n"); in cliptest()
543 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in cliptest()
555 if(bytes!=compsize)report("wrong number of bytes!\n"); in cliptestB()
558 report("wrote incorrect value!\n"); in cliptestB()
564 report("out of data!\n"); in cliptestB()
566 report("looked at incorrect value!\n"); in cliptestB()
569 report("looked at single bit incorrect value!\n"); in cliptestB()
572 report("read incorrect single bit value!\n"); in cliptestB()
575 report("read incorrect value!\n"); in cliptestB()
578 if(oggpackB_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in cliptestB()
671 if(oggpack_look(&r,32)==-1)report("out of data. failed!"); in main()
675 report("read incorrect value!\n"); in main()
679 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in main()
757 if(oggpackB_look(&r,32)==-1)report("out of data. failed!"); in main()
761 report("read incorrect value!\n"); in main()
765 if(oggpackB_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in main()