Lines Matching refs:FLAC__byte

59 static FLAC__bool copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes)  in copy_bytes_()
63 FLAC__byte *x; in copy_bytes_()
64 if(0 == (x = (FLAC__byte*)safe_malloc_(bytes))) in copy_bytes_()
79 static FLAC__bool free_copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes)
81 FLAC__byte *copy;
96 static FLAC__bool ensure_null_terminated_(FLAC__byte **entry, unsigned length) in ensure_null_terminated_()
98 FLAC__byte *x = (FLAC__byte*)safe_realloc_add_2op_(*entry, length, /*+*/1); in ensure_null_terminated_()
134 FLAC__byte *x; in copy_vcentry_()
136 if(0 == (x = (FLAC__byte*)safe_malloc_add_2op_(from->length, /*+*/1))) 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_()
468 …if(!copy_bytes_(&object->data.vorbis_comment.vendor_string.entry, (const FLAC__byte*)FLAC__VENDOR_… in FLAC__metadata_object_new()
557 …if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.po… in FLAC__metadata_object_clone()
903 …AC__metadata_object_application_set_data(FLAC__StreamMetadata *object, FLAC__byte *data, unsigned … in FLAC__metadata_object_application_set_data()
905 FLAC__byte *save; in FLAC__metadata_object_application_set_data()
1259 const FLAC__byte *eq = (FLAC__byte*)memchr(entry.entry, '=', entry.length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1319 …if(!FLAC__format_vorbiscomment_entry_value_is_legal((const FLAC__byte *)field_value, (unsigned)(-1… in FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair()
1326 if(0 == (entry->entry = (FLAC__byte*)safe_malloc_add_4op_(nn, /*+*/1, /*+*/nv, /*+*/1))) in FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair()
1347 const FLAC__byte *eq = (FLAC__byte*)memchr(entry.entry, '=', entry.length); in FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair()
1372 const FLAC__byte *eq = (FLAC__byte*)memchr(entry.entry, '=', entry.length); in FLAC__metadata_object_vorbiscomment_entry_matches()
1738 …if(!copy_bytes_((FLAC__byte**)(&object->data.picture.mime_type), (FLAC__byte*)mime_type, new_lengt… in FLAC__metadata_object_picture_set_mime_type()
1753 …_metadata_object_picture_set_description(FLAC__StreamMetadata *object, FLAC__byte *description, FL… in FLAC__metadata_object_picture_set_description()
1755 FLAC__byte *old; in FLAC__metadata_object_picture_set_description()
1785 FLAC_API FLAC__bool FLAC__metadata_object_picture_set_data(FLAC__StreamMetadata *object, FLAC__byte in FLAC__metadata_object_picture_set_data()
1787 FLAC__byte *old; in FLAC__metadata_object_picture_set_data()