Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_read

397   Os_info->bytes_read = 0;
405 while (!feof(Os_info->fp) && (Os_info->bytes_read < Os_info->fls_size)) {
574 while (!feof(Os_info->fp) && (Os_info->bytes_read < Os_info->fls_size)) {
670 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2);
683 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2);
717 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2);
731 Os_info->bytes_read = Os_info->bytes_read + (wCount * 2);
756 Os_info->bytes_read =
757 Os_info->bytes_read + (wCount * 2) + 1; // not sure why 2 added
760 Os_info->bytes_read, wIndex);