Lines Matching refs:string_count
932 uint32_t k, string_count = 0 ;
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) ;
983 if (string_count == 0 || buf.index == 0)
986 psf_binheader_writef (psf, "Em84b", BHWm (info_MARKER), BHW8 (buf.index + 4), BHW4 (string_count), BHWv (buf.s), BHWz (buf.index)) ;