|
reSIProcate/rutil
9694
|

Go to the source code of this file.
Namespaces | |
| namespace | resip |
dcm! -- add UnusedChecking(_enum) below; | |
Functions | |
| char *__cdecl | strerror (int errnum) |
| wchar_t * | resip::ToWString (const char *str) |
| char * | resip::FromWString (const wchar_t *wstr) |
| void | resip::FreeWString (wchar_t *wstr) |
| void | resip::FreeString (char *str) |
Variables | |
| int | errno = 0 |
| static char * | messages [] |
| static const int | NUM_MESSAGES = sizeof(messages)/sizeof(messages[0]) |
| char* __cdecl strerror | ( | int | errnum | ) |
Definition at line 54 of file WceCompat.cxx.
References messages, and NUM_MESSAGES.
Referenced by resip::closeSocket(), resip::ServerProcess::daemonize(), resip::DnsUtil::getLocalDomainName(), resip::DnsUtil::getLocalHostName(), resip::increaseLimitFds(), openPort(), sendMessage(), stunNatType(), stunServerProcess(), and resip::FdPollImplFdSet::waitAndProcess().
{
if (errnum < NUM_MESSAGES)
return messages[errnum];
return "Unknown error";
}
| int errno = 0 |
Definition at line 5 of file WceCompat.cxx.
Referenced by resip::closeSocket(), resip::ServerProcess::daemonize(), resip::getErrno(), resip::increaseLimitFds(), and resip::SelectInterruptor::interrupt().
char* messages[] [static] |
Definition at line 7 of file WceCompat.cxx.
Referenced by strerror().
const int NUM_MESSAGES = sizeof(messages)/sizeof(messages[0]) [static] |
Definition at line 52 of file WceCompat.cxx.
Referenced by strerror().
1.7.5.1