Searched refs:num_comments (Results 1 – 5 of 5) sorted by relevance
1537 if(block.data.vorbis_comment.num_comments > 0) in read_metadata_()1538 for(i = 0; i < block.data.vorbis_comment.num_comments; i++) in read_metadata_()1730 if (!FLAC__bitreader_read_uint32_little_endian(decoder->private_->input, &obj->num_comments)) in read_metadata_vorbiscomment_()1734 if (obj->num_comments > 100000) { in read_metadata_vorbiscomment_()1736 obj->num_comments = 0; in read_metadata_vorbiscomment_()1739 if (obj->num_comments > 0) { in read_metadata_vorbiscomment_()1740 …if (0 == (obj->comments = safe_malloc_mul_2op_p(obj->num_comments, /*times*/sizeof(FLAC__StreamMet… in read_metadata_vorbiscomment_()1741 obj->num_comments = 0; in read_metadata_vorbiscomment_()1743 obj->num_comments = 0; in read_metadata_vorbiscomment_()1746 for (i = 0; i < obj->num_comments; i++) { in read_metadata_vorbiscomment_()[all …]
125 …if(!FLAC__bitwriter_write_raw_uint32_little_endian(bw, metadata->data.vorbis_comment.num_comments)) in FLAC__add_metadata_block()127 for(i = 0; i < metadata->data.vorbis_comment.num_comments; i++) { in FLAC__add_metadata_block()
1227 vorbis_comment.data.vorbis_comment.num_comments = 0; in init_stream_internal_()
636 FLAC__uint32 num_comments; member
1452 num_comments = png_get_text(png_ptr, info_ptr,1455 num_comments - number of comments1494 num_comments; you can put NULL here