Home
last modified time | relevance | path

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

/dports/audio/mp3splt/mp3splt-2.6.2/src/
H A Doptions_manager.c167 snprintf(opt->freedb_search_server,255, "%s", SPLT_FREEDB2_CGI_SITE); in new_options()
172 snprintf(opt->freedb_get_server,255, "%s", SPLT_FREEDB2_CGI_SITE); in new_options()
H A Doptions_parsers.c463 snprintf(opt->freedb_search_server,255, "%s",SPLT_FREEDB2_CGI_SITE); in parse_query_arg()
485 snprintf(opt->freedb_get_server,255, "%s", SPLT_FREEDB2_CGI_SITE); in parse_query_arg()
/dports/audio/libmp3splt/libmp3splt-0.9.2/include/libmp3splt/
H A Dmp3splt.h1832 #define SPLT_FREEDB2_CGI_SITE "tracktype.org/~cddb/cddb.cgi" macro