Searched defs:flac_http_get_title (Results 1 – 5 of 5) sorted by relevance
738 char *flac_http_get_title(char *url) in flac_http_get_title() function
736 char *flac_http_get_title(char *url) in flac_http_get_title() function
738 $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F);