Lines Matching defs:ptr
365 { unsigned char * ptr ;
467 sf_count_t (*read_short) (struct sf_private_tag*, short *ptr, sf_count_t len) ;
468 sf_count_t (*read_int) (struct sf_private_tag*, int *ptr, sf_count_t len) ;
469 sf_count_t (*read_float) (struct sf_private_tag*, float *ptr, sf_count_t len) ;
470 sf_count_t (*read_double) (struct sf_private_tag*, double *ptr, sf_count_t len) ;
472 sf_count_t (*write_short) (struct sf_private_tag*, const short *ptr, sf_count_t len) ;
473 sf_count_t (*write_int) (struct sf_private_tag*, const int *ptr, sf_count_t len) ;
474 sf_count_t (*write_float) (struct sf_private_tag*, const float *ptr, sf_count_t len) ;
475 sf_count_t (*write_double) (struct sf_private_tag*, const double *ptr, sf_count_t len) ;
781 void peak_update_short (SF_PRIVATE *psf, short *ptr, size_t items) ;
782 void peak_update_int (SF_PRIVATE *psf, int *ptr, size_t items) ;
783 void peak_update_double (SF_PRIVATE *psf, double *ptr, size_t items) ;
833 sf_count_t psf_fread (void *ptr, sf_count_t bytes, sf_count_t count, SF_PRIVATE *psf) ;
834 sf_count_t psf_fwrite (const void *ptr, sf_count_t bytes, sf_count_t count, SF_PRIVATE *psf) ;
984 SF_CUES * psf_cues_dup (const void * ptr, size_t datasize) ;
1021 void psf_hexdump (const void *ptr, int len) ;