Home
last modified time | relevance | path

Searched refs:vorbiscomment_find_entry_from_ (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dmetadata_object.c294 static int vorbiscomment_find_entry_from_(const FLAC__StreamMetadata *object, unsigned offset, cons… in vorbiscomment_find_entry_from_() function
1277 i = vorbiscomment_find_entry_from_(object, 0, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1291 … i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length); in FLAC__metadata_object_vorbiscomment_replace_comment()
1394 return vorbiscomment_find_entry_from_(object, offset, field_name, strlen(field_name)); in FLAC__metadata_object_vorbiscomment_find_entry_from()