CHECK_ERROR       225 libavfilter/ebur128.c     CHECK_ERROR(!st, 0, exit)
CHECK_ERROR       228 libavfilter/ebur128.c     CHECK_ERROR(!st->d, 0, free_state)
CHECK_ERROR       231 libavfilter/ebur128.c     CHECK_ERROR(errcode, 0, free_internal)
CHECK_ERROR       235 libavfilter/ebur128.c     CHECK_ERROR(!st->d->sample_peak, 0, free_channel_map)
CHECK_ERROR       257 libavfilter/ebur128.c     CHECK_ERROR(!st->d->audio_data, 0, free_sample_peak)
CHECK_ERROR       263 libavfilter/ebur128.c     CHECK_ERROR(!st->d->block_energy_histogram, 0, free_audio_data)
CHECK_ERROR       266 libavfilter/ebur128.c     CHECK_ERROR(!st->d->short_term_block_energy_histogram, 0,
CHECK_ERROR       279 libavfilter/ebur128.c     CHECK_ERROR(!st->d->data_ptrs, 0,
CHECK_ERROR       287 libavformat/tls_securetransport.c         CHECK_ERROR(SSLSetSessionOption, c->ssl_context, kSSLSessionOptionBreakOnServerAuth, true);
CHECK_ERROR       291 libavformat/tls_securetransport.c     CHECK_ERROR(SSLSetPeerDomainName, c->ssl_context, s->host, strlen(s->host));
CHECK_ERROR       292 libavformat/tls_securetransport.c     CHECK_ERROR(SSLSetIOFuncs, c->ssl_context, tls_read_cb, tls_write_cb);
CHECK_ERROR       293 libavformat/tls_securetransport.c     CHECK_ERROR(SSLSetConnection, c->ssl_context, h);