Searched defs:Vcrdb (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/vczip/tests/ |
H A D | tvcrdb.c | 85 Vcmethod_t *Vcrdb, *Vctable; local 87 if (!(Vcrdb = vcgetmeth("rdb", 0)) || !(Vctable = vcgetmeth("table", 0))) 214 /* open secondary coders for the transform Vcrdb */ 234 if(!(envc = vcopen(0, Vcrdb, "sort", encd, VC_ENCODE)) || 235 !(devc = vcopen(0, Vcrdb, "sort", decd, VC_DECODE)) ) 236 terror("vcopen(): can't open Vcrdb handles"); 246 if(!(envc = vcopen(0, Vcrdb, "plain", enbwt, VC_ENCODE)) || 247 !(devc = vcopen(0, Vcrdb, "plain", debwt, VC_DECODE)) ) 248 terror("vcopen(): can't open Vcrdb handles"); 258 if(!(envc = vcopen(0, Vcrdb, [all...] |
Completed in 11 milliseconds