Home
last modified time | relevance | path

Searched refs:psf_cues_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/
Dcommon.c1258 psf_cues_alloc (uint32_t cue_count) in psf_cues_alloc() function
1272 pnew = psf_cues_alloc (pcues->cue_count) ; in psf_cues_dup()
Dcommon.h1038 SF_CUES * psf_cues_alloc (uint32_t cue_count) ;
Dwav.c489 if ((psf->cues = psf_cues_alloc (cue_count)) == NULL) in wav_read_header()
Daiff.c813 if ((psf->cues = psf_cues_alloc (mark_count)) == NULL) in aiff_read_header()