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

/ast/src/cmd/vczip/
H A Dvczip.c240 apply(int action, const char* vt, Vcsfdata_t* vcodexdisc, const char* ct, Codexdisc_t* codexdisc, const char* input, const char* source, const char* output, void* buf, size_t bufsize, Sfoff_t donez, Sfoff_t lastz) argument
307 vcodexdisc->trans = (char*)vt;
308 vcodexdisc->source = (char*)source;
309 if (!vcsfio(action == VC_ENCODE ? op : ip, vcodexdisc, action))
312 sfprintf(sfstdout, "%s", vcodexdisc->trans);
380 static Vcsfdata_t vcodexdisc; /* vcodex discipline */ local
407 memset(&vcodexdisc, 0, sizeof(vcodexdisc));
408 vcodexdisc.errorf = vcsferror;
416 vcodexdisc
[all...]

Completed in 8 milliseconds