Searched defs:encd (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/vczip/tests/
H A Dtvcrdb.c84 Vcodex_t *envc, *devc, *encd, *decd, *entbl, *detbl, *enbwt, *debwt; local
215 if(!(encd = vcopen(0, Vchuffgroup, 0, 0, VC_ENCODE)) ||
218 if(!(encd = vcopen(0, Vcrle, "0", encd, VC_ENCODE)) ||
221 if(!(encd = vcopen(0, Vcmtf, 0, encd, VC_ENCODE)) ||
225 if(!(entbl = vcopen(0, Vctable, 0, encd, VC_ENCODE)) ||
229 if(!(enbwt = vcopen(0, Vcbwt, 0, encd, VC_ENCODE)) ||
234 if(!(envc = vcopen(0, Vcrdb, "sort", encd, VC_ENCODE)) ||

Completed in 8 milliseconds