Lines Matching refs:new_position
47 …IVATE *psf, void *data, sf_count_t bytes, sf_count_t items, sf_count_t new_position, int linenum) ;
48 …IVATE *psf, void *data, sf_count_t bytes, sf_count_t items, sf_count_t new_position, int linenum) ;
50 …eek_or_die (SF_PRIVATE *psf, sf_count_t offset, int whence, sf_count_t new_position, int linenum) ;
395 …PRIVATE *psf, void *data, sf_count_t bytes, sf_count_t items, sf_count_t new_position, int linenum) in test_write_or_die() argument
404 if ((retval = psf_ftell (psf)) != new_position) in test_write_or_die()
405 …er write is not correct. (%" PRId64 " should be %" PRId64 ")\n\n", linenum, retval, new_position) ; in test_write_or_die()
413 …PRIVATE *psf, void *data, sf_count_t bytes, sf_count_t items, sf_count_t new_position, int linenum) in test_read_or_die() argument
422 if ((retval = psf_ftell (psf)) != new_position) in test_read_or_die()
423 …er write is not correct. (%" PRId64 " should be %" PRId64 ")\n\n", linenum, retval, new_position) ; in test_read_or_die()
431 test_seek_or_die (SF_PRIVATE *psf, sf_count_t offset, int whence, sf_count_t new_position, int line… in test_seek_or_die() argument
436 if (retval != new_position) in test_seek_or_die()
438 linenum, retval, new_position) ; in test_seek_or_die()