Lines Matching defs:method
39 char method[64];
88 ar->method[0] = 'l';
89 ar->method[1] = 'z';
90 ar->method[2] = 'h';
91 ar->method[3] = '-';
118 ar->method[4] = hdr[1];
119 ar->method[5] = hdr[2];
120 ar->method[6] = hdr[3];
152 n += sfsprintf(ar->method + n, sizeof(ar->method) - n, "+SIZE=%I*u", sizeof(f->uncompressed), f->uncompressed);
154 n += sfsprintf(ar->method + n, sizeof(ar->method) - n, "|%s", SUM);
214 if ((pop = codex(sp, NiL, ar->method, 0, &ar->codexdisc, NiL)) < 0)
215 (*pax->errorf)(NiL, pax, 2, "%s: %s: cannot decode method %s", ap->name, f->name, ar->method);