Searched refs:aborting_due_to_until (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c79 FLAC__bool aborting_due_to_until; /* true if we intentionally abort decoding prematurely because we hit the --until point */ member in struct:__anon3770
306 d->aborting_due_to_until = false;
470 if(!FLAC__stream_decoder_process_until_end_of_stream(d->decoder) && !d->aborting_due_to_until) {
477 (d->abort_flag && !(d->aborting_due_to_until || d->continue_through_decode_errors)) ||
478 (FLAC__stream_decoder_get_state(d->decoder) > FLAC__STREAM_DECODER_END_OF_STREAM && !d->aborting_due_to_until)
503 md5_failure = !FLAC__stream_decoder_finish(d->decoder) && !d->aborting_due_to_until;
1015 decoder_session->aborting_due_to_until = true;
1193 decoder_session->aborting_due_to_until = true;

Completed in 97 milliseconds