VLC 4.0.0-dev
|
Data Fields | |
struct vlc_tls * | tls |
struct vlc_h2_queue | prio |
struct vlc_h2_queue | queue |
size_t | size |
bool | failed |
bool | closing |
vlc_mutex_t | lock |
vlc_cond_t | wait |
vlc_thread_t | thread |
bool vlc_h2_output::closing |
Referenced by vlc_h2_output_create(), vlc_h2_output_dequeue(), and vlc_h2_output_destroy().
bool vlc_h2_output::failed |
Referenced by vlc_h2_client_output_thread(), vlc_h2_output_create(), vlc_h2_output_queue(), and vlc_h2_output_thread().
vlc_mutex_t vlc_h2_output::lock |
struct vlc_h2_queue vlc_h2_output::prio |
struct vlc_h2_queue vlc_h2_output::queue |
size_t vlc_h2_output::size |
Referenced by vlc_h2_output_create(), vlc_h2_output_dequeue(), and vlc_h2_output_queue().
vlc_thread_t vlc_h2_output::thread |
Referenced by vlc_h2_output_create(), and vlc_h2_output_destroy().
struct vlc_tls* vlc_h2_output::tls |
Referenced by vlc_h2_client_output_thread(), vlc_h2_output_create(), and vlc_h2_output_thread().
vlc_cond_t vlc_h2_output::wait |
Referenced by vlc_h2_output_create(), vlc_h2_output_dequeue(), vlc_h2_output_destroy(), and vlc_h2_output_queue().