Go to the source code of this file.
Functions | |
| QString | LookupUDN (QString sDeviceType) |
| long | GetIPAddressList (QStringList &sStrList) |
| bool | operator< (TaskTime t1, TaskTime t2) |
| bool | operator== (TaskTime t1, TaskTime t2) |
| void | AddMicroSecToTaskTime (TaskTime &t, suseconds_t uSecs) |
| void | AddSecondsToTaskTime (TaskTime &t, long nSecs) |
| QByteArray | gzipCompress (const QByteArray &data) |
| QString LookupUDN | ( | QString | sDeviceType | ) |
Definition at line 43 of file upnputil.cpp.
Referenced by UPnpDevice::GetUDN().
| long GetIPAddressList | ( | QStringList & | sStrList | ) |
Definition at line 131 of file upnputil.cpp.
Referenced by UPnp::Initialize().
Definition at line 208 of file upnputil.cpp.
Definition at line 223 of file upnputil.cpp.
| void AddMicroSecToTaskTime | ( | TaskTime & | t, | |
| suseconds_t | uSecs | |||
| ) |
Definition at line 235 of file upnputil.cpp.
Referenced by TaskQueue::AddTask(), TaskQueue::GetNextExpiredTask(), and SubscriberInfo::SetExpireTime().
| void AddSecondsToTaskTime | ( | TaskTime & | t, | |
| long | nSecs | |||
| ) |
Definition at line 247 of file upnputil.cpp.
Referenced by SSDPCache::Add().
| QByteArray gzipCompress | ( | const QByteArray & | data | ) |
Definition at line 256 of file upnputil.cpp.
Referenced by HTTPRequest::SendResponse().
1.6.3