Lines Matching refs:mtcd
47 Vcmtcode_t mtcd;
67 { mtcd.data = NIL(Vcchar_t*);
68 mtcd.size = 0;
69 rv = (*coder->meth->eventf)(coder, VC_EXTRACT, (Void_t*)(&mtcd));
73 { if((store[n].dtsz = mtcd.size) < 0 )
75 store[n].data = mtcd.data;
114 Vcmtcode_t mtcd;
144 { mtcd.data = dt;
145 mtcd.size = sz;
146 mtcd.coder = NIL(Vcodex_t*);
147 rv = (*meth->eventf)(0, VC_RESTORE, (Void_t*)(&mtcd));
151 cdr = mtcd.coder;