Home | History | Annotate | Download | only in FLAC

Lines Matching refs:field_value

1747  * \param field_value        The field value in UTF-8, \c NUL terminated.
1751 * \code field_value != NULL \endcode
1753 * \c false if malloc() fails, or if \a field_name or \a field_value does
1756 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);
1766 * \param field_value The address of where the returned pointer to the
1772 * \code field_value != NULL \endcode
1777 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);