mUPnP for C
|
Functions | |
mUpnpNetURI * | mupnp_net_uri_new () |
void | mupnp_net_uri_delete (mUpnpNetURI *uri) |
void | mupnp_net_uri_clear (mUpnpNetURI *uri) |
void | mupnp_net_uri_setvalue (mUpnpNetURI *uri, const char *value) |
void | mupnp_net_uri_rebuild (mUpnpNetURI *uri) |
const char * | mupnp_net_uri_getvalue (mUpnpNetURI *uri) |
char * | mupnp_net_uri_getrequest (mUpnpNetURI *uri) |
bool | mupnp_net_uri_isequivalent (const char *url, const char *relative_url) |
bool | mupnp_net_uri_isescapedstring (char *buf, size_t bufSize) |
char * | mupnp_net_uri_escapestring (char *buf, size_t bufSize, mUpnpString *retBuf) |
char * | mupnp_net_uri_unescapestring (char *buf, size_t bufSize, mUpnpString *retBuf) |
char * | mupnp_net_uri_getupnpbasepath (mUpnpNetURI *locationURL) |
bool | mupnp_net_uri_isreservedchar (char c) |
bool | mupnp_net_uri_isalphanumchar (char c) |
bool | mupnp_net_uri_isunreservedchar (char c) |
bool | mupnp_net_uri_isescapechar (char c) |
mUpnpDictionary * | mupnp_net_uri_getquerydictionary (mUpnpNetURI *uri) |
void mupnp_net_uri_clear | ( | mUpnpNetURI * | uri | ) |
void mupnp_net_uri_delete | ( | mUpnpNetURI * | uri | ) |
char * mupnp_net_uri_escapestring | ( | char * | buf, |
size_t | bufSize, | ||
mUpnpString * | retBuf ) |
mUpnpDictionary * mupnp_net_uri_getquerydictionary | ( | mUpnpNetURI * | uri | ) |
char * mupnp_net_uri_getrequest | ( | mUpnpNetURI * | uri | ) |
char * mupnp_net_uri_getupnpbasepath | ( | mUpnpNetURI * | locationURL | ) |
const char * mupnp_net_uri_getvalue | ( | mUpnpNetURI * | uri | ) |
bool mupnp_net_uri_isalphanumchar | ( | char | c | ) |
bool mupnp_net_uri_isequivalent | ( | const char * | url, |
const char * | relative_url ) |
bool mupnp_net_uri_isescapechar | ( | char | c | ) |
bool mupnp_net_uri_isescapedstring | ( | char * | buf, |
size_t | bufSize ) |
bool mupnp_net_uri_isreservedchar | ( | char | c | ) |
bool mupnp_net_uri_isunreservedchar | ( | char | c | ) |
mUpnpNetURI * mupnp_net_uri_new | ( | void | ) |
void mupnp_net_uri_rebuild | ( | mUpnpNetURI * | uri | ) |
void mupnp_net_uri_setvalue | ( | mUpnpNetURI * | uri, |
const char * | value ) |
char * mupnp_net_uri_unescapestring | ( | char * | buf, |
size_t | bufSize, | ||
mUpnpString * | retBuf ) |