xine-lib 1.2.13-20230125hg15249
|
#include <http_helper.h>
Data Fields | |
const char * | proto |
const char * | host |
int | port |
const char * | path |
const char * | args |
const char * | uri |
const char * | user |
const char * | password |
char * | buf |
const char* xine_url_t::args |
Referenced by _x_url_cleanup(), _x_url_init(), and _x_url_parse2().
char* xine_url_t::buf |
Referenced by _x_url_cleanup(), _x_url_init(), and _x_url_parse2().
const char* xine_url_t::host |
Referenced by _ftp_connect(), _ssh_connect(), _x_url_cleanup(), _x_url_init(), _x_url_parse2(), and net_plugin_open().
const char* xine_url_t::password |
Referenced by _ftp_connect(), _ssh_connect(), _x_url_cleanup(), _x_url_init(), and _x_url_parse2().
const char* xine_url_t::path |
Referenced by _x_url_cleanup(), _x_url_init(), _x_url_parse2(), and net_plugin_open().
int xine_url_t::port |
Referenced by _ftp_connect(), _ssh_connect(), _x_url_cleanup(), _x_url_init(), _x_url_parse2(), and net_plugin_open().
const char* xine_url_t::proto |
Referenced by _ftp_connect(), _open_plugin(), _x_url_cleanup(), _x_url_init(), and _x_url_parse2().
const char* xine_url_t::uri |
Referenced by _ftp_open(), _get_dir(), _get_dir_common(), _open_plugin(), _x_url_cleanup(), _x_url_init(), and _x_url_parse2().
const char* xine_url_t::user |
Referenced by _ftp_connect(), _ssh_connect(), _x_url_cleanup(), _x_url_init(), and _x_url_parse2().