Searched refs:http_used (Results 1 – 1 of 1) sorted by relevance
202 static gint http_used(void) in http_used() function218 while ((prebuffering || http_used() < bytes) && !eof && going) in http_wait_for_data()249 len = min(http_used(), length); in flac_http_read()251 while (len && http_used()) in flac_http_read()261 if (http_used() >= meta_len) in flac_http_read()290 if (!http_used()) in flac_http_read()292 cnt = min3(len, buffer_length - rd_index, http_used()); in flac_http_read()295 …cnt = min4(len, buffer_length - rd_index, http_used(), icy_metaint - (gint) (buffer_read % icy_met… in flac_http_read()297 cnt = min3(len, buffer_length - rd_index, http_used()); in flac_http_read()644 if (!http_used() && !flac_ip.output->buffer_playing()) in http_buffer_loop()[all …]