ff_tls_open_underlying   54 libavformat/tls.h int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AVDictionary **options);
ff_tls_open_underlying  148 libavformat/tls_gnutls.c     if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0)
ff_tls_open_underlying   85 libavformat/tls_libtls.c     if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0)
ff_tls_open_underlying  172 libavformat/tls_mbedtls.c     if ((ret = ff_tls_open_underlying(shr, h, uri, options)) < 0)
ff_tls_open_underlying  245 libavformat/tls_openssl.c     if ((ret = ff_tls_open_underlying(c, h, uri, options)) < 0)
ff_tls_open_underlying  341 libavformat/tls_schannel.c     if ((ret = ff_tls_open_underlying(s, h, uri, options)) < 0)
ff_tls_open_underlying  273 libavformat/tls_securetransport.c     if ((ret = ff_tls_open_underlying(s, h, uri, options)) < 0)