Lines Matching defs:put_key_value
913 put_key_value (struct put_buffer * buf, const char * key, const char * value)
926 } /* put_key_value */
948 string_count += put_key_value (&buf, "title", cptr) ;
951 string_count += put_key_value (&buf, "copyright", cptr) ;
954 string_count += put_key_value (&buf, "software", cptr) ;
957 string_count += put_key_value (&buf, "artist", cptr) ;
960 string_count += put_key_value (&buf, "comment", cptr) ;
963 string_count += put_key_value (&buf, "date", cptr) ;
966 string_count += put_key_value (&buf, "album", cptr) ;
969 string_count += put_key_value (&buf, "license", cptr) ;
972 string_count += put_key_value (&buf, "tracknumber", cptr) ;
975 string_count += put_key_value (&buf, "genre", cptr) ;