Home
last modified time | relevance | path

Searched refs:junk_detect_charset_len (Results 1 – 3 of 3) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Djunklib.h131 junk_detect_charset_len (const char *s, int len);
H A Djunklib.c4222 junk_detect_charset_len (const char *s, int len) { in junk_detect_charset_len() function
4246 return junk_detect_charset_len (s, len); in junk_detect_charset()
H A Dplaylist.c1069 const char *charset = junk_detect_charset_len (buffer, buffersize); in plt_insert_cue_from_buffer()