Lines Matching defs:value
426 const char *value, *cptr ;
435 value = (const char*) metadata->data.vorbis_comment.comments [tag_num].entry ;
436 if ((cptr = strchr (value, '=')) != NULL)
437 value = cptr + 1 ;
439 psf_log_printf (psf, " %-12s : %s\n", tags [k].tag, value) ;
440 psf_store_string (psf, tags [k].type, value) ;
610 { const char * key, * value ;
647 value = psf->strings.storage + psf->strings.data [k].offset ;
649 FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair (&entry, key, value) ;
695 /* Set the default value here. Over-ridden later if necessary. */
889 ** values in the range [0.0, 1.0]. Massage the libsndfile value here.