Lines Matching refs:convert
33 "[+DESCRIPTION?The \bpzip\b convert discipline supports runtime record"
41 "[c:convert?Specifies the input format for compression and the output format"
72 Pzconvert_t* convert;
139 else if (!(s = (unsigned char*)sfreserve(sp, cp->convert->from->row, 0)))
145 if ((n = (*cp->convert->convertf)(pz, cp->convert, s, t, disc)) <= 0)
182 else if (!(b = (unsigned char*)sfreserve(sp, cvt->last->convert->to->row, 1)))
190 if ((n = (*cp->convert->convertf)(pz, cp->convert, s, t, disc)) <= 0)
237 to = cp->convert->from->name;
248 xp->convert = stk[m];
298 t = cp->convert->from->name;
309 tp->convert = stk[i];
314 * determine the largest convert to row size
320 if (tp->convert->to->row > m)
321 m = tp->convert->to->row;
440 if (cp->convert->eventf && (r = (*cp->convert->eventf)(pz, op, cp->convert, cp->next == 0, disc)))
498 if (cp->convert->eventf && (r = (*cp->convert->eventf)(pz, op, data, size, disc)))
531 (*disc->errorf)(pz, disc, 2, "ouput convert format omitted");
560 cp->convert = xp;
576 cp->convert = xp;
590 if (cp->convert->eventf && (*cp->convert->eventf)(pz, op, cp->convert, cp->next == 0, disc) < 0)
607 sfprintf(pz->tmp, "%s", cvt->chain->convert->from->name);
609 sfprintf(pz->tmp, " => %s", cp->convert->to->name);
610 (*disc->errorf)(pz, disc, 0, "%s: convert: %s", pz->path, sfstruse(pz->tmp));
624 sfprintf(sfstdout, "%s", cvt->chain->convert->from->name);
626 sfprintf(sfstdout, " => %s", cp->convert->to->name);