Alien-cares

 view release on metacpan or  search on metacpan

libcares/ares_platform.c  view on Meta::CPAN

{"aspen-services",     {NULL}, 1749, "tcp"},
{"aspen-services",     {NULL}, 1749, "udp"},
{"sslp",               {NULL}, 1750, "tcp"},
{"sslp",               {NULL}, 1750, "udp"},
{"swiftnet",           {NULL}, 1751, "tcp"},
{"swiftnet",           {NULL}, 1751, "udp"},
{"lofr-lm",            {NULL}, 1752, "tcp"},
{"lofr-lm",            {NULL}, 1752, "udp"},
{"oracle-em2",         {NULL}, 1754, "tcp"},
{"oracle-em2",         {NULL}, 1754, "udp"},
{"ms-streaming",       {NULL}, 1755, "tcp"},
{"ms-streaming",       {NULL}, 1755, "udp"},
{"capfast-lmd",        {NULL}, 1756, "tcp"},
{"capfast-lmd",        {NULL}, 1756, "udp"},
{"cnhrp",              {NULL}, 1757, "tcp"},
{"cnhrp",              {NULL}, 1757, "udp"},
{"tftp-mcast",         {NULL}, 1758, "tcp"},
{"tftp-mcast",         {NULL}, 1758, "udp"},
{"spss-lm",            {NULL}, 1759, "tcp"},
{"spss-lm",            {NULL}, 1759, "udp"},
{"www-ldap-gw",        {NULL}, 1760, "tcp"},
{"www-ldap-gw",        {NULL}, 1760, "udp"},

libcares/test/gmock-1.8.0/gtest/gtest.h  view on Meta::CPAN

//   LogToStderr()  - directs all log messages to stderr.
//   FlushInfoLog() - flushes informational log messages.

enum GTestLogSeverity {
  GTEST_INFO,
  GTEST_WARNING,
  GTEST_ERROR,
  GTEST_FATAL
};

// Formats log entry severity, provides a stream object for streaming the
// log message, and terminates the message with a newline when going out of
// scope.
class GTEST_API_ GTestLog {
 public:
  GTestLog(GTestLogSeverity severity, const char* file, int line);

  // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program.
  ~GTestLog();

  ::std::ostream& GetStream() { return ::std::cerr; }

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.880 second using v1.00-cache-2.02-grep-82fe00e-cpan-9e6bc14194b )