Lines Matching refs:FLAC__byte
65 static FLAC__bool copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes) in copy_bytes_()
69 FLAC__byte *x; in copy_bytes_()
83 static FLAC__bool free_copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes)
85 FLAC__byte *copy;
99 static FLAC__bool ensure_null_terminated_(FLAC__byte **entry, unsigned length) in ensure_null_terminated_()
101 FLAC__byte *x = safe_realloc_add_2op_(*entry, length, /*+*/1); in ensure_null_terminated_()
136 FLAC__byte *x; in copy_vcentry_()
251 FLAC__byte *save; in vorbiscomment_set_entry_()
278 if (!ensure_null_terminated_((FLAC__byte**)(&src->entry), src->length)) in vorbiscomment_set_entry_()
465 …if (!copy_bytes_(&object->data.vorbis_comment.vendor_string.entry, (const FLAC__byte*)FLAC__VENDOR… in FLAC__metadata_object_new()
553 …if (!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.p… in FLAC__metadata_object_clone()
902 …AC__metadata_object_application_set_data(FLAC__StreamMetadata *object, FLAC__byte *data, unsigned … in FLAC__metadata_object_application_set_data()
904 FLAC__byte *save; in FLAC__metadata_object_application_set_data()
1270 const FLAC__byte *eq = (FLAC__byte*)memchr(entry.entry, '=', entry.length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1332 …if (!FLAC__format_vorbiscomment_entry_value_is_legal((const FLAC__byte *)field_value, (unsigned)(-… in FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair()
1360 const FLAC__byte *eq = (FLAC__byte*)memchr(entry.entry, '=', entry.length); in FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair()
1385 const FLAC__byte *eq = (FLAC__byte*)memchr(entry.entry, '=', entry.length); in FLAC__metadata_object_vorbiscomment_entry_matches()
1743 …if (!copy_bytes_((FLAC__byte**)(&object->data.picture.mime_type), (FLAC__byte*)mime_type, new_leng… in FLAC__metadata_object_picture_set_mime_type()
1757 …_metadata_object_picture_set_description(FLAC__StreamMetadata *object, FLAC__byte *description, FL… in FLAC__metadata_object_picture_set_description()
1759 FLAC__byte *old; in FLAC__metadata_object_picture_set_description()
1788 FLAC_API FLAC__bool FLAC__metadata_object_picture_set_data(FLAC__StreamMetadata *object, FLAC__byte… in FLAC__metadata_object_picture_set_data()
1790 FLAC__byte *old; in FLAC__metadata_object_picture_set_data()