Lines Matching defs:decode
25 * sfio decode/encode discipline wrapper
702 * to decode the SF_READ stream ip
769 Codexnum_t decode;
812 decode = CODEX_ENCODE;
820 decode = CODEX_DECODE;
829 p->flags = decode;
857 f = decode;
930 (*disc->errorf)(NiL, disc, 2, "%s: %s: cannot %s", name, p->name, p->flags == CODEX_DECODE ? ERROR_translate(NiL, NiL, id, "decode") : ERROR_translate(NiL, NiL, id, "encode"));
932 (*disc->errorf)(NiL, disc, 2, "%s: cannot %s", p->name, p->flags == CODEX_DECODE ? ERROR_translate(NiL, NiL, id, "decode") : ERROR_translate(NiL, NiL, id, "encode"));
953 * input decode method sfio disciplines pushed from left to right