Home
last modified time | relevance | path

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

/dports/audio/icecast/icecast-2.4.4/src/
H A Dconnection.c1196 char *http_compliant; in _handle_shoutcast_compatible() local
1280 http_compliant = (char *)calloc(1, http_compliant_len); in _handle_shoutcast_compatible()
1281 snprintf (http_compliant, http_compliant_len, in _handle_shoutcast_compatible()
1285 if (httpp_parse (parser, http_compliant, strlen(http_compliant))) in _handle_shoutcast_compatible()
1303 free (http_compliant); in _handle_shoutcast_compatible()