HomeSort by relevance Sort by last modified time
    Searched refs:safe_calloc_ (Results 1 - 3 of 3) sorted by null

  /external/flac/include/share/
alloc.h 30 static inline void *safe_calloc_(size_t n1, size_t n2) function
  /external/flac/libFLAC/
metadata_object.c 209 return (FLAC__StreamMetadata_VorbisComment_Entry*)safe_calloc_(num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry));
348 return (FLAC__StreamMetadata_CueSheet_Index*)safe_calloc_(num_indices, sizeof(FLAC__StreamMetadata_CueSheet_Index));
355 return (FLAC__StreamMetadata_CueSheet_Track*)safe_calloc_(num_tracks, sizeof(FLAC__StreamMetadata_CueSheet_Track));
    [all...]
stream_decoder.c     [all...]

Completed in 137 milliseconds