Lines Matching refs:me
93 struct ind *me = (struct ind *)in_desc;
95 next = me->inbuf;
102 ret = (int)read(me->infile, next, ret);
133 struct outd *me = (struct outd *)out_desc;
135 if (me->check) {
136 me->crc = crc32(me->crc, buf, len);
137 me->total += len;
139 if (me->outfile != -1)
144 ret = (int)write(me->outfile, buf, ret);