Searched refs:Vcrtable (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/vczip/tests/
H A Dtvcrtable.c44 Vcmethod_t *Vcrtable; local
46 if(!(Vcrtable = vcgetmeth("rtable", 0)))
79 if(!(tz = vcopen(0, Vcrtable, 0, mtf, VC_ENCODE)) )
80 terror("Vcrtable: could not open handle to encode");
89 if(!(uz = vcopen(0, Vcrtable, 0, mtf, VC_DECODE)) )
90 terror("Vcrtable: could not open handle to decode");
94 terror("Vcrtable: fail transforming");
96 terror("Vcrtable: wrong size of undone data");
100 terror("Vcrtable: fail decoding");
102 terror("Vcrtable
[all...]

Completed in 26 milliseconds