Lines Matching refs:src
160 ** When support is finalised, these values move to src/sndfile.h.
295 void *psf_memdup (const void *src, size_t n) ;
317 ** These fields can only be used in src/file_io.c.
322 /* These fields can only be used in src/file_io.c. */
766 void psf_strlcpy_crlf (char *dest, const char *src, size_t destmax, size_t srcmax) ;
953 void psf_strlcat (char *dest, size_t n, const char *src) ;
954 void psf_strlcpy (char *dest, size_t n, const char *src) ;
1055 void psf_f2s_array (const float *src, short *dest, int count, int normalize) ;
1056 void psf_f2s_clip_array (const float *src, short *dest, int count, int normalize) ;
1058 void psf_d2s_array (const double *src, short *dest, int count, int normalize) ;
1059 void psf_d2s_clip_array (const double *src, short *dest, int count, int normalize) ;
1061 void psf_f2i_array (const float *src, int *dest, int count, int normalize) ;
1062 void psf_f2i_clip_array (const float *src, int *dest, int count, int normalize) ;
1064 void psf_d2i_array (const double *src, int *dest, int count, int normalize) ;
1065 void psf_d2i_clip_array (const double *src, int *dest, int count, int normalize) ;