Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:num_comments

1559 					if(block.data.vorbis_comment.num_comments > 0)
1560 for(i = 0; i < block.data.vorbis_comment.num_comments; i++)
1740 if(!FLAC__bitreader_read_uint32_little_endian(decoder->private_->input, &obj->num_comments))
1744 if(obj->num_comments > 0) {
1745 if(0 == (obj->comments = (FLAC__StreamMetadata_VorbisComment_Entry*)safe_malloc_mul_2op_(obj->num_comments, /*times*/sizeof(FLAC__StreamMetadata_VorbisComment_Entry)))) {
1749 for(i = 0; i < obj->num_comments; i++) {