385
385
* types than my_off_t unless you can be sure that their value fits.
386
386
* Same applies to differences of file offsets.
389
389
* from file @param Count Number of bytes to read into Buffer
391
391
* @retval 0 We succeeded in reading all data
392
392
* @retval 1 Error: can't read requested characters
396
396
size_t length_local,diff_length,left_length, max_length;
397
397
my_off_t pos_in_file_local;