Home | History | Annotate | Download | only in examples

Lines Matching refs:me

90     struct ind *me = (struct ind *)in_desc;
92 next = me->inbuf;
99 ret = (int)read(me->infile, next, ret);
130 struct outd *me = (struct outd *)out_desc;
132 if (me->check) {
133 me->crc = crc32(me->crc, buf, len);
134 me->total += len;
136 if (me->outfile != -1)
141 ret = (int)write(me->outfile, buf, ret);