Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:num_comments

2252 	block->num_comments = unpack_uint32_little_endian_(buffer, num_comments_len);
2254 if(block->num_comments == 0) {
2257 else if(0 == (block->comments = (FLAC__StreamMetadata_VorbisComment_Entry*)calloc(block->num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry))))
2260 for(i = 0; i < block->num_comments; i++) {
2647 pack_uint32_little_endian_(block->num_comments, buffer, num_comments_len);
2651 for(i = 0; i < block->num_comments; i++) {