Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:comments

499 	const char *tempfile_path_prefix = 0; /*@@@ search for comments near 'rename(...)' for what it will take to finish implementing this */
2255 block->comments = 0;
2257 else if(0 == (block->comments = (FLAC__StreamMetadata_VorbisComment_Entry*)calloc(block->num_comments, sizeof(FLAC__StreamMetadata_VorbisComment_Entry))))
2261 if(FLAC__METADATA_SIMPLE_ITERATOR_STATUS_OK != (status = read_metadata_block_data_vorbis_comment_entry_cb_(handle, read_cb, block->comments + i)))
2652 pack_uint32_little_endian_(block->comments[i].length, buffer, entry_length_len);
2655 if(write_cb(block->comments[i].entry, 1, block->comments[i].length, handle) != block->comments[i].length)