Searched refs:header_read (Results 1 - 1 of 1) sorted by relevance
/third_party/libsnd/src/ |
H A D | common.c | 864 header_read (SF_PRIVATE *psf, void *ptr, int bytes) in header_read() function 883 } /* header_read */ in header_read() 1017 byte_count += header_read (psf, ucptr, sizeof (int)) ; in psf_binheader_readf() 1025 byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ; in psf_binheader_readf() 1037 byte_count += header_read (psf, charptr, sizeof (char)) ; in psf_binheader_readf() 1044 byte_count += header_read (psf, ucptr, sizeof (short)) ; in psf_binheader_readf() 1054 byte_count += header_read (psf, sixteen_bytes, 3) ; in psf_binheader_readf() 1065 byte_count += header_read (psf, ucptr, sizeof (int)) ; in psf_binheader_readf() 1075 byte_count += header_read (psf, sixteen_bytes, 8) ; in psf_binheader_readf() 1086 byte_count += header_read (ps in psf_binheader_readf() [all...] |
Completed in 2 milliseconds