Home | History | Annotate | Download | only in FLAC

Lines Matching refs:field_value

1748  * \param field_value        The field value in UTF-8, \c NUL terminated.
1752 * \code field_value != NULL \endcode
1754 * \c false if malloc() fails, or if \a field_name or \a field_value does
1757 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair(FLAC__StreamMetadata_VorbisComment_Entry *entry, const char *field_name, const char *field_value);
1767 * \param field_value The address of where the returned pointer to the
1773 * \code field_value != NULL \endcode
1778 FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_entry_to_name_value_pair(const FLAC__StreamMetadata_VorbisComment_Entry entry, char **field_name, char **field_value);