Searched refs:wavlike_read_bext_chunk (Results 1 – 5 of 5) sorted by relevance
343 int wavlike_read_bext_chunk (SF_PRIVATE *psf, uint32_t chunksize) ;
268 if ((error = wavlike_read_bext_chunk (psf, chunk_size)) != 0) in rf64_read_header()
558 if ((error = wavlike_read_bext_chunk (psf, chunk_size))) in wav_read_header()
718 wavlike_read_bext_chunk (SF_PRIVATE *psf, uint32_t chunksize) in wavlike_read_bext_chunk() function
73 * Fix memory leak in wavlike_read_bext_chunk() function, credit to OSS-Fuzz.