Searched refs:http_compliant (Results 1 – 1 of 1) sorted by relevance
1196 char *http_compliant; in _handle_shoutcast_compatible() local1280 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()