Searched defs:Vctable (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/vczip/tests/ |
H A D | tvctable.c | 54 Vcmethod_t *Vctable; local 56 if(!(Vctable = vcgetmeth("table", 0))) 65 if(!(tz = vcopen(0, Vctable, 0, mtf, VC_ENCODE)) ) 66 terror("Vctable: could not open handle to transform"); 73 terror("Vctable: fail transforming"); 74 twarn("Vctable: rawsz=%d cmpsz=%d\n", sizeof(Mt), nc); 77 terror("Vctable: could not recreate handle to decode"); 80 terror("Vctable: fail untransforming"); 83 terror("Vctable: results did not match");
|
H A D | tvcrdb.c | 85 Vcmethod_t *Vcrdb, *Vctable; local 87 if (!(Vcrdb = vcgetmeth("rdb", 0)) || !(Vctable = vcgetmeth("table", 0))) 225 if(!(entbl = vcopen(0, Vctable, 0, encd, VC_ENCODE)) || 226 !(detbl = vcopen(0, Vctable, 0, decd, VC_DECODE)) ) 227 terror("vcopen(): can't open Vctable handles"); 291 twarn("\tTransform+Padded fields+Vctable: Raw size=%d Compressed size=%d", n, e); 303 twarn("\tTransform+Padded fields+Vctable on whole table: Raw size=%d Compressed size=%d", n, e);
|
Completed in 11 milliseconds