Lines Matching refs:output
40 Vcchar_t *dt, *output, *bw;
58 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), sz, hd)) )
62 dt = (Vcchar_t*)data; bw = output;
71 dt = output;
72 if(vcrecode(vc, &output, &sz, hd, 0) < 0 )
74 if(dt != output) /* got a new buffer, free old one */
78 output -= hd;
79 vcioinit(&io, output, hd);
84 if(!(output = vcbuffer(vc, output, rv, -1)) )
87 *out = output;
103 Vcchar_t *dt, *output, *o;
128 if(!(output = vcbuffer(vc, NIL(Vcchar_t*), sz, 0)) )
152 for(n = sz, o = output+sz-1; o >= output; --o)
161 *out = output;