Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CURL Member List

This is the complete list of members for CURL, including all inherited members.

CURL(std::string strURL)CURLinlineexplicit
CURL()=defaultCURL
Decode(std::string_view strURLData)CURLstatic
Encode(std::string_view strURLData)CURLstatic
Get() constCURL
GetDirectorySeparator() constCURL
GetDomain() constCURLinline
GetFileName() constCURLinline
GetFileNameWithoutPath() constCURL
GetFileType() constCURLinline
GetHostName() constCURLinline
GetOption(const std::string &key, std::string &value) constCURL
GetOption(const std::string &key) constCURL
GetOptions() constCURLinline
GetOptions(std::map< std::string, std::string > &options) constCURL
GetPassWord() constCURLinline
GetPort() constCURLinline
GetProtocol() constCURLinline
GetProtocolOption(const std::string &key, std::string &value) constCURL
GetProtocolOption(const std::string &key) constCURL
GetProtocolOptions() constCURLinline
GetProtocolOptions(std::map< std::string, std::string > &options) constCURL
GetRedacted() constCURL
GetRedacted(std::string path)CURLstatic
GetShareName() constCURLinline
GetTranslatedProtocol() constCURL
GetUserName() constCURLinline
GetWithoutFilename() constCURL
GetWithoutOptions() constCURL
GetWithoutUserDetails(bool redact=false) constCURL
HasOption(const std::string &key) constCURL
HasPort() constCURLinline
HasProtocolOption(const std::string &key) constCURL
IsFileOnly(const std::string &url)CURLstatic
IsFileType(const char *type) constCURLinline
IsFullPath(const std::string &url)CURLstatic
IsLocal() constCURL
IsLocalHost() constCURL
IsProtocol(const char *type) constCURLinline
IsProtocolEqual(const std::string &protocol, const char *type)CURLstatic
m_iPortCURLprotected
m_optionsCURLprotected
m_protocolOptionsCURLprotected
m_strDomainCURLprotected
m_strFileNameCURLprotected
m_strFileTypeCURLprotected
m_strHostNameCURLprotected
m_strOptionsCURLprotected
m_strPasswordCURLprotected
m_strProtocolCURLprotected
m_strProtocolOptionsCURLprotected
m_strShareNameCURLprotected
m_strUserNameCURLprotected
operator==(const std::string &url) constCURLinline
Parse(std::string strURL)CURL
RemoveOption(const std::string &key)CURL
RemoveProtocolOption(const std::string &key)CURL
Reset()CURL
SetDomain(std::string strDomain)CURLinline
SetFileName(std::string strFileName)CURL
SetHostName(std::string strHostName)CURLinline
SetOption(const std::string &key, const std::string &value)CURL
SetOptions(std::string strOptions)CURL
SetPassword(std::string strPassword)CURLinline
SetPort(int port)CURLinline
SetProtocol(std::string strProtocol)CURL
SetProtocolOption(const std::string &key, const std::string &value)CURL
SetProtocolOptions(std::string strOptions)CURL
SetUserName(std::string strUserName)CURLinline
~CURL(void)CURLvirtual