VLC 4.0.0-dev
|
Data Fields | |
struct vlc_logger * | logger |
vlc_object_t * | obj |
vlc_tls_client_t * | creds |
struct vlc_http_cookie_jar_t * | jar |
struct vlc_http_conn * | conn |
struct vlc_http_conn* vlc_http_mgr::conn |
vlc_tls_client_t* vlc_http_mgr::creds |
Referenced by vlc_http_mgr_create(), vlc_http_mgr_destroy(), vlc_http_request(), and vlc_https_request().
struct vlc_http_cookie_jar_t* vlc_http_mgr::jar |
Referenced by vlc_http_mgr_create(), and vlc_http_mgr_get_jar().
struct vlc_logger* vlc_http_mgr::logger |
Referenced by vlc_http_mgr_create(), vlc_http_request(), and vlc_https_request().
vlc_object_t* vlc_http_mgr::obj |
Referenced by vlc_http_mgr_create(), and vlc_https_request().