Lines Matching defs:header_read
864 header_read (SF_PRIVATE *psf, void *ptr, int bytes)
883 } /* header_read */
1017 byte_count += header_read (psf, ucptr, sizeof (int)) ;
1025 byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ;
1037 byte_count += header_read (psf, charptr, sizeof (char)) ;
1044 byte_count += header_read (psf, ucptr, sizeof (short)) ;
1054 byte_count += header_read (psf, sixteen_bytes, 3) ;
1065 byte_count += header_read (psf, ucptr, sizeof (int)) ;
1075 byte_count += header_read (psf, sixteen_bytes, 8) ;
1086 byte_count += header_read (psf, floatptr, sizeof (float)) ;
1096 byte_count += header_read (psf, doubleptr, sizeof (double)) ;
1120 byte_count += header_read (psf, charptr, count) ;