Lines Matching refs:Vcrtable
44 Vcmethod_t *Vcrtable;
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: results did not match");
106 terror("Vcrtable: fail transforming");
110 terror("Vcrtable: fail decoding");
112 terror("Vcrtable: results did not match");