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

/ast/src/cmd/vczip/
H A Dvczip.c597 Vcsfdata_t sfdt; /* data passed to vcsf */ local
700 sfdt.type = type;
701 sfdt.trans = trans;
702 sfdt.source = argc == 2 ? argv[1] : NIL(char*);
703 sfdt.window = window;
704 sfdt.errorf = vcsferror;
705 if(!(sfio = vcsfio(action == VC_ENCODE ? sfstdout : sfstdin, &sfdt, action)) )
/ast/src/lib/libvcodex/
H A Dvcsfio.c33 #define VCSFERROR(dc,m) ((dc)->sfdt->errorf ? ((*(dc)->sfdt->errorf)(m), -1) : -1 )
43 Vcsfdata_t* sfdt; /* initialization parameters */ member in struct:_sfdc_s
244 if(sfdc->sfdt->type&VCSF_PLAIN)
257 vcioputc(sfdc->io, (sfdc->sfdt->type&VCSF_VCDIFF) ? 0 : VC_HEADER3);
263 if(!(sfdc->sfdt->type&VCSF_VCDIFF) )
419 sfdc->sfdt->trans = buf;
516 else if(sfdc->sfdt->type & VCSF_TRANS)
898 if(!(sfdc->sfdt->type&VCSF_PLAIN) )
920 if(sfdc->sfdt
967 vcsfio(Sfio_t* sf, Vcsfdata_t* sfdt, int type) argument
[all...]

Completed in 10 milliseconds