Home
last modified time | relevance | path

Searched refs:ipatch_file_buf_read (Results 1 – 5 of 5) sorted by relevance

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSLIReader.c431 ipatch_file_buf_read(handle, &ihdr->name, IPATCH_SLI_NAME_SIZE); in ipatch_sli_load_ihdr()
446 ipatch_file_buf_read(handle, &shdr->name, IPATCH_SLI_NAME_SIZE); in ipatch_sli_load_shdr()
H A DIpatchSF2Reader.c267 ipatch_file_buf_read(handle, &phdr->name, IPATCH_SFONT_NAME_SIZE); in ipatch_sf2_load_phdr()
289 ipatch_file_buf_read(handle, &ihdr->name, IPATCH_SFONT_NAME_SIZE); in ipatch_sf2_load_ihdr()
306 ipatch_file_buf_read(handle, &shdr->name, IPATCH_SFONT_NAME_SIZE); in ipatch_sf2_load_shdr()
H A DIpatchFile.h230 void ipatch_file_buf_read(IpatchFileHandle *handle, gpointer buf, guint size);
H A Dlibinstpatch.def296 ipatch_file_buf_read
H A DIpatchFileBuf.c448 ipatch_file_buf_read(IpatchFileHandle *handle, gpointer buf, guint size) in ipatch_file_buf_read() function