Home | History | Annotate | Download | only in minizip

Lines Matching refs:read_now

1960     uInt read_now;
1978 read_now = (uInt)size_to_read;
1980 read_now = (uInt)len ;
1982 if (read_now==0)
1994 buf,read_now)!=read_now)
1997 return (int)read_now;