All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.node.constants.Exports Maven / Gradle / Ivy

The newest version!
package net.java.html.lib.node.constants;
@java.lang.SuppressWarnings("unchecked")
public final class Exports extends net.java.html.lib.Objs {
  private Exports() {
  }
  private static net.java.html.lib.Objs selfModule() {
    return net.java.html.lib.Modules.find("constants");
  }
  public static net.java.html.lib.Objs.Property E2BIG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "E2BIG");
  public static net.java.html.lib.Objs.Property EACCES = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EACCES");
  public static net.java.html.lib.Objs.Property EADDRINUSE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EADDRINUSE");
  public static net.java.html.lib.Objs.Property EADDRNOTAVAIL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EADDRNOTAVAIL");
  public static net.java.html.lib.Objs.Property EAFNOSUPPORT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EAFNOSUPPORT");
  public static net.java.html.lib.Objs.Property EAGAIN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EAGAIN");
  public static net.java.html.lib.Objs.Property EALREADY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EALREADY");
  public static net.java.html.lib.Objs.Property EBADF = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EBADF");
  public static net.java.html.lib.Objs.Property EBADMSG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EBADMSG");
  public static net.java.html.lib.Objs.Property EBUSY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EBUSY");
  public static net.java.html.lib.Objs.Property ECANCELED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ECANCELED");
  public static net.java.html.lib.Objs.Property ECHILD = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ECHILD");
  public static net.java.html.lib.Objs.Property ECONNABORTED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ECONNABORTED");
  public static net.java.html.lib.Objs.Property ECONNREFUSED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ECONNREFUSED");
  public static net.java.html.lib.Objs.Property ECONNRESET = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ECONNRESET");
  public static net.java.html.lib.Objs.Property EDEADLK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EDEADLK");
  public static net.java.html.lib.Objs.Property EDESTADDRREQ = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EDESTADDRREQ");
  public static net.java.html.lib.Objs.Property EDOM = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EDOM");
  public static net.java.html.lib.Objs.Property EEXIST = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EEXIST");
  public static net.java.html.lib.Objs.Property EFAULT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EFAULT");
  public static net.java.html.lib.Objs.Property EFBIG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EFBIG");
  public static net.java.html.lib.Objs.Property EHOSTUNREACH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EHOSTUNREACH");
  public static net.java.html.lib.Objs.Property EIDRM = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EIDRM");
  public static net.java.html.lib.Objs.Property EILSEQ = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EILSEQ");
  public static net.java.html.lib.Objs.Property EINPROGRESS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EINPROGRESS");
  public static net.java.html.lib.Objs.Property EINTR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EINTR");
  public static net.java.html.lib.Objs.Property EINVAL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EINVAL");
  public static net.java.html.lib.Objs.Property EIO = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EIO");
  public static net.java.html.lib.Objs.Property EISCONN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EISCONN");
  public static net.java.html.lib.Objs.Property EISDIR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EISDIR");
  public static net.java.html.lib.Objs.Property ELOOP = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ELOOP");
  public static net.java.html.lib.Objs.Property EMFILE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EMFILE");
  public static net.java.html.lib.Objs.Property EMLINK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EMLINK");
  public static net.java.html.lib.Objs.Property EMSGSIZE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EMSGSIZE");
  public static net.java.html.lib.Objs.Property ENAMETOOLONG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENAMETOOLONG");
  public static net.java.html.lib.Objs.Property ENETDOWN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENETDOWN");
  public static net.java.html.lib.Objs.Property ENETRESET = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENETRESET");
  public static net.java.html.lib.Objs.Property ENETUNREACH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENETUNREACH");
  public static net.java.html.lib.Objs.Property ENFILE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENFILE");
  public static net.java.html.lib.Objs.Property ENOBUFS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOBUFS");
  public static net.java.html.lib.Objs.Property ENODATA = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENODATA");
  public static net.java.html.lib.Objs.Property ENODEV = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENODEV");
  public static net.java.html.lib.Objs.Property ENOENT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOENT");
  public static net.java.html.lib.Objs.Property ENOEXEC = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOEXEC");
  public static net.java.html.lib.Objs.Property ENOLCK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOLCK");
  public static net.java.html.lib.Objs.Property ENOLINK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOLINK");
  public static net.java.html.lib.Objs.Property ENOMEM = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOMEM");
  public static net.java.html.lib.Objs.Property ENOMSG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOMSG");
  public static net.java.html.lib.Objs.Property ENOPROTOOPT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOPROTOOPT");
  public static net.java.html.lib.Objs.Property ENOSPC = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOSPC");
  public static net.java.html.lib.Objs.Property ENOSR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOSR");
  public static net.java.html.lib.Objs.Property ENOSTR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOSTR");
  public static net.java.html.lib.Objs.Property ENOSYS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOSYS");
  public static net.java.html.lib.Objs.Property ENOTCONN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOTCONN");
  public static net.java.html.lib.Objs.Property ENOTDIR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOTDIR");
  public static net.java.html.lib.Objs.Property ENOTEMPTY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOTEMPTY");
  public static net.java.html.lib.Objs.Property ENOTSOCK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOTSOCK");
  public static net.java.html.lib.Objs.Property ENOTSUP = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOTSUP");
  public static net.java.html.lib.Objs.Property ENOTTY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENOTTY");
  public static net.java.html.lib.Objs.Property ENXIO = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENXIO");
  public static net.java.html.lib.Objs.Property EOPNOTSUPP = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EOPNOTSUPP");
  public static net.java.html.lib.Objs.Property EOVERFLOW = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EOVERFLOW");
  public static net.java.html.lib.Objs.Property EPERM = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EPERM");
  public static net.java.html.lib.Objs.Property EPIPE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EPIPE");
  public static net.java.html.lib.Objs.Property EPROTO = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EPROTO");
  public static net.java.html.lib.Objs.Property EPROTONOSUPPORT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EPROTONOSUPPORT");
  public static net.java.html.lib.Objs.Property EPROTOTYPE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EPROTOTYPE");
  public static net.java.html.lib.Objs.Property ERANGE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ERANGE");
  public static net.java.html.lib.Objs.Property EROFS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EROFS");
  public static net.java.html.lib.Objs.Property ESPIPE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ESPIPE");
  public static net.java.html.lib.Objs.Property ESRCH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ESRCH");
  public static net.java.html.lib.Objs.Property ETIME = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ETIME");
  public static net.java.html.lib.Objs.Property ETIMEDOUT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ETIMEDOUT");
  public static net.java.html.lib.Objs.Property ETXTBSY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ETXTBSY");
  public static net.java.html.lib.Objs.Property EWOULDBLOCK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EWOULDBLOCK");
  public static net.java.html.lib.Objs.Property EXDEV = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "EXDEV");
  public static net.java.html.lib.Objs.Property WSAEINTR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEINTR");
  public static net.java.html.lib.Objs.Property WSAEBADF = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEBADF");
  public static net.java.html.lib.Objs.Property WSAEACCES = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEACCES");
  public static net.java.html.lib.Objs.Property WSAEFAULT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEFAULT");
  public static net.java.html.lib.Objs.Property WSAEINVAL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEINVAL");
  public static net.java.html.lib.Objs.Property WSAEMFILE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEMFILE");
  public static net.java.html.lib.Objs.Property WSAEWOULDBLOCK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEWOULDBLOCK");
  public static net.java.html.lib.Objs.Property WSAEINPROGRESS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEINPROGRESS");
  public static net.java.html.lib.Objs.Property WSAEALREADY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEALREADY");
  public static net.java.html.lib.Objs.Property WSAENOTSOCK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENOTSOCK");
  public static net.java.html.lib.Objs.Property WSAEDESTADDRREQ = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEDESTADDRREQ");
  public static net.java.html.lib.Objs.Property WSAEMSGSIZE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEMSGSIZE");
  public static net.java.html.lib.Objs.Property WSAEPROTOTYPE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEPROTOTYPE");
  public static net.java.html.lib.Objs.Property WSAENOPROTOOPT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENOPROTOOPT");
  public static net.java.html.lib.Objs.Property WSAEPROTONOSUPPORT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEPROTONOSUPPORT");
  public static net.java.html.lib.Objs.Property WSAESOCKTNOSUPPORT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAESOCKTNOSUPPORT");
  public static net.java.html.lib.Objs.Property WSAEOPNOTSUPP = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEOPNOTSUPP");
  public static net.java.html.lib.Objs.Property WSAEPFNOSUPPORT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEPFNOSUPPORT");
  public static net.java.html.lib.Objs.Property WSAEAFNOSUPPORT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEAFNOSUPPORT");
  public static net.java.html.lib.Objs.Property WSAEADDRINUSE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEADDRINUSE");
  public static net.java.html.lib.Objs.Property WSAEADDRNOTAVAIL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEADDRNOTAVAIL");
  public static net.java.html.lib.Objs.Property WSAENETDOWN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENETDOWN");
  public static net.java.html.lib.Objs.Property WSAENETUNREACH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENETUNREACH");
  public static net.java.html.lib.Objs.Property WSAENETRESET = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENETRESET");
  public static net.java.html.lib.Objs.Property WSAECONNABORTED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAECONNABORTED");
  public static net.java.html.lib.Objs.Property WSAECONNRESET = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAECONNRESET");
  public static net.java.html.lib.Objs.Property WSAENOBUFS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENOBUFS");
  public static net.java.html.lib.Objs.Property WSAEISCONN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEISCONN");
  public static net.java.html.lib.Objs.Property WSAENOTCONN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENOTCONN");
  public static net.java.html.lib.Objs.Property WSAESHUTDOWN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAESHUTDOWN");
  public static net.java.html.lib.Objs.Property WSAETOOMANYREFS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAETOOMANYREFS");
  public static net.java.html.lib.Objs.Property WSAETIMEDOUT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAETIMEDOUT");
  public static net.java.html.lib.Objs.Property WSAECONNREFUSED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAECONNREFUSED");
  public static net.java.html.lib.Objs.Property WSAELOOP = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAELOOP");
  public static net.java.html.lib.Objs.Property WSAENAMETOOLONG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENAMETOOLONG");
  public static net.java.html.lib.Objs.Property WSAEHOSTDOWN = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEHOSTDOWN");
  public static net.java.html.lib.Objs.Property WSAEHOSTUNREACH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEHOSTUNREACH");
  public static net.java.html.lib.Objs.Property WSAENOTEMPTY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENOTEMPTY");
  public static net.java.html.lib.Objs.Property WSAEPROCLIM = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEPROCLIM");
  public static net.java.html.lib.Objs.Property WSAEUSERS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEUSERS");
  public static net.java.html.lib.Objs.Property WSAEDQUOT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEDQUOT");
  public static net.java.html.lib.Objs.Property WSAESTALE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAESTALE");
  public static net.java.html.lib.Objs.Property WSAEREMOTE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEREMOTE");
  public static net.java.html.lib.Objs.Property WSASYSNOTREADY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSASYSNOTREADY");
  public static net.java.html.lib.Objs.Property WSAVERNOTSUPPORTED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAVERNOTSUPPORTED");
  public static net.java.html.lib.Objs.Property WSANOTINITIALISED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSANOTINITIALISED");
  public static net.java.html.lib.Objs.Property WSAEDISCON = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEDISCON");
  public static net.java.html.lib.Objs.Property WSAENOMORE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAENOMORE");
  public static net.java.html.lib.Objs.Property WSAECANCELLED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAECANCELLED");
  public static net.java.html.lib.Objs.Property WSAEINVALIDPROCTABLE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEINVALIDPROCTABLE");
  public static net.java.html.lib.Objs.Property WSAEINVALIDPROVIDER = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEINVALIDPROVIDER");
  public static net.java.html.lib.Objs.Property WSAEPROVIDERFAILEDINIT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEPROVIDERFAILEDINIT");
  public static net.java.html.lib.Objs.Property WSASYSCALLFAILURE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSASYSCALLFAILURE");
  public static net.java.html.lib.Objs.Property WSASERVICE_NOT_FOUND = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSASERVICE_NOT_FOUND");
  public static net.java.html.lib.Objs.Property WSATYPE_NOT_FOUND = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSATYPE_NOT_FOUND");
  public static net.java.html.lib.Objs.Property WSA_E_NO_MORE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSA_E_NO_MORE");
  public static net.java.html.lib.Objs.Property WSA_E_CANCELLED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSA_E_CANCELLED");
  public static net.java.html.lib.Objs.Property WSAEREFUSED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "WSAEREFUSED");
  public static net.java.html.lib.Objs.Property SIGHUP = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGHUP");
  public static net.java.html.lib.Objs.Property SIGINT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGINT");
  public static net.java.html.lib.Objs.Property SIGILL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGILL");
  public static net.java.html.lib.Objs.Property SIGABRT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGABRT");
  public static net.java.html.lib.Objs.Property SIGFPE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGFPE");
  public static net.java.html.lib.Objs.Property SIGKILL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGKILL");
  public static net.java.html.lib.Objs.Property SIGSEGV = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGSEGV");
  public static net.java.html.lib.Objs.Property SIGTERM = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGTERM");
  public static net.java.html.lib.Objs.Property SIGBREAK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGBREAK");
  public static net.java.html.lib.Objs.Property SIGWINCH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SIGWINCH");
  public static net.java.html.lib.Objs.Property SSL_OP_ALL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_ALL");
  public static net.java.html.lib.Objs.Property SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION");
  public static net.java.html.lib.Objs.Property SSL_OP_CIPHER_SERVER_PREFERENCE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_CIPHER_SERVER_PREFERENCE");
  public static net.java.html.lib.Objs.Property SSL_OP_CISCO_ANYCONNECT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_CISCO_ANYCONNECT");
  public static net.java.html.lib.Objs.Property SSL_OP_COOKIE_EXCHANGE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_COOKIE_EXCHANGE");
  public static net.java.html.lib.Objs.Property SSL_OP_CRYPTOPRO_TLSEXT_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_CRYPTOPRO_TLSEXT_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS");
  public static net.java.html.lib.Objs.Property SSL_OP_EPHEMERAL_RSA = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_EPHEMERAL_RSA");
  public static net.java.html.lib.Objs.Property SSL_OP_LEGACY_SERVER_CONNECT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_LEGACY_SERVER_CONNECT");
  public static net.java.html.lib.Objs.Property SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER");
  public static net.java.html.lib.Objs.Property SSL_OP_MICROSOFT_SESS_ID_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_MICROSOFT_SESS_ID_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_MSIE_SSLV2_RSA_PADDING = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_MSIE_SSLV2_RSA_PADDING");
  public static net.java.html.lib.Objs.Property SSL_OP_NETSCAPE_CA_DN_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NETSCAPE_CA_DN_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_NETSCAPE_CHALLENGE_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NETSCAPE_CHALLENGE_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_COMPRESSION = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_COMPRESSION");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_QUERY_MTU = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_QUERY_MTU");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_SSLv2 = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_SSLv2");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_SSLv3 = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_SSLv3");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_TICKET = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_TICKET");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_TLSv1 = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_TLSv1");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_TLSv1_1 = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_TLSv1_1");
  public static net.java.html.lib.Objs.Property SSL_OP_NO_TLSv1_2 = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_NO_TLSv1_2");
  public static net.java.html.lib.Objs.Property SSL_OP_PKCS1_CHECK_1 = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_PKCS1_CHECK_1");
  public static net.java.html.lib.Objs.Property SSL_OP_PKCS1_CHECK_2 = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_PKCS1_CHECK_2");
  public static net.java.html.lib.Objs.Property SSL_OP_SINGLE_DH_USE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_SINGLE_DH_USE");
  public static net.java.html.lib.Objs.Property SSL_OP_SINGLE_ECDH_USE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_SINGLE_ECDH_USE");
  public static net.java.html.lib.Objs.Property SSL_OP_SSLEAY_080_CLIENT_DH_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_SSLEAY_080_CLIENT_DH_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_TLS_BLOCK_PADDING_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_TLS_BLOCK_PADDING_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_TLS_D5_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_TLS_D5_BUG");
  public static net.java.html.lib.Objs.Property SSL_OP_TLS_ROLLBACK_BUG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "SSL_OP_TLS_ROLLBACK_BUG");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_DSA = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_DSA");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_DH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_DH");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_RAND = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_RAND");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_ECDH = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_ECDH");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_ECDSA = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_ECDSA");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_CIPHERS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_CIPHERS");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_DIGESTS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_DIGESTS");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_STORE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_STORE");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_PKEY_METHS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_PKEY_METHS");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_PKEY_ASN1_METHS = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_PKEY_ASN1_METHS");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_ALL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_ALL");
  public static net.java.html.lib.Objs.Property ENGINE_METHOD_NONE = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "ENGINE_METHOD_NONE");
  public static net.java.html.lib.Objs.Property DH_CHECK_P_NOT_SAFE_PRIME = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "DH_CHECK_P_NOT_SAFE_PRIME");
  public static net.java.html.lib.Objs.Property DH_CHECK_P_NOT_PRIME = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "DH_CHECK_P_NOT_PRIME");
  public static net.java.html.lib.Objs.Property DH_UNABLE_TO_CHECK_GENERATOR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "DH_UNABLE_TO_CHECK_GENERATOR");
  public static net.java.html.lib.Objs.Property DH_NOT_SUITABLE_GENERATOR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "DH_NOT_SUITABLE_GENERATOR");
  public static net.java.html.lib.Objs.Property NPN_ENABLED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "NPN_ENABLED");
  public static net.java.html.lib.Objs.Property RSA_PKCS1_PADDING = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "RSA_PKCS1_PADDING");
  public static net.java.html.lib.Objs.Property RSA_SSLV23_PADDING = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "RSA_SSLV23_PADDING");
  public static net.java.html.lib.Objs.Property RSA_NO_PADDING = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "RSA_NO_PADDING");
  public static net.java.html.lib.Objs.Property RSA_PKCS1_OAEP_PADDING = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "RSA_PKCS1_OAEP_PADDING");
  public static net.java.html.lib.Objs.Property RSA_X931_PADDING = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "RSA_X931_PADDING");
  public static net.java.html.lib.Objs.Property RSA_PKCS1_PSS_PADDING = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "RSA_PKCS1_PSS_PADDING");
  public static net.java.html.lib.Objs.Property POINT_CONVERSION_COMPRESSED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "POINT_CONVERSION_COMPRESSED");
  public static net.java.html.lib.Objs.Property POINT_CONVERSION_UNCOMPRESSED = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "POINT_CONVERSION_UNCOMPRESSED");
  public static net.java.html.lib.Objs.Property POINT_CONVERSION_HYBRID = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "POINT_CONVERSION_HYBRID");
  public static net.java.html.lib.Objs.Property O_RDONLY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "O_RDONLY");
  public static net.java.html.lib.Objs.Property O_WRONLY = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "O_WRONLY");
  public static net.java.html.lib.Objs.Property O_RDWR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "O_RDWR");
  public static net.java.html.lib.Objs.Property S_IFMT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "S_IFMT");
  public static net.java.html.lib.Objs.Property S_IFREG = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "S_IFREG");
  public static net.java.html.lib.Objs.Property S_IFDIR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "S_IFDIR");
  public static net.java.html.lib.Objs.Property S_IFCHR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "S_IFCHR");
  public static net.java.html.lib.Objs.Property S_IFLNK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "S_IFLNK");
  public static net.java.html.lib.Objs.Property O_CREAT = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "O_CREAT");
  public static net.java.html.lib.Objs.Property O_EXCL = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "O_EXCL");
  public static net.java.html.lib.Objs.Property O_TRUNC = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "O_TRUNC");
  public static net.java.html.lib.Objs.Property O_APPEND = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "O_APPEND");
  public static net.java.html.lib.Objs.Property F_OK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "F_OK");
  public static net.java.html.lib.Objs.Property R_OK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "R_OK");
  public static net.java.html.lib.Objs.Property W_OK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "W_OK");
  public static net.java.html.lib.Objs.Property X_OK = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "X_OK");
  public static net.java.html.lib.Objs.Property UV_UDP_REUSEADDR = net.java.html.lib.Objs.Property.create(selfModule(), java.lang.Number.class, "UV_UDP_REUSEADDR");
  /* already generated E2BIG */
  /* already generated EACCES */
  /* already generated EADDRINUSE */
  /* already generated EADDRNOTAVAIL */
  /* already generated EAFNOSUPPORT */
  /* already generated EAGAIN */
  /* already generated EALREADY */
  /* already generated EBADF */
  /* already generated EBADMSG */
  /* already generated EBUSY */
  /* already generated ECANCELED */
  /* already generated ECHILD */
  /* already generated ECONNABORTED */
  /* already generated ECONNREFUSED */
  /* already generated ECONNRESET */
  /* already generated EDEADLK */
  /* already generated EDESTADDRREQ */
  /* already generated EDOM */
  /* already generated EEXIST */
  /* already generated EFAULT */
  /* already generated EFBIG */
  /* already generated EHOSTUNREACH */
  /* already generated EIDRM */
  /* already generated EILSEQ */
  /* already generated EINPROGRESS */
  /* already generated EINTR */
  /* already generated EINVAL */
  /* already generated EIO */
  /* already generated EISCONN */
  /* already generated EISDIR */
  /* already generated ELOOP */
  /* already generated EMFILE */
  /* already generated EMLINK */
  /* already generated EMSGSIZE */
  /* already generated ENAMETOOLONG */
  /* already generated ENETDOWN */
  /* already generated ENETRESET */
  /* already generated ENETUNREACH */
  /* already generated ENFILE */
  /* already generated ENOBUFS */
  /* already generated ENODATA */
  /* already generated ENODEV */
  /* already generated ENOENT */
  /* already generated ENOEXEC */
  /* already generated ENOLCK */
  /* already generated ENOLINK */
  /* already generated ENOMEM */
  /* already generated ENOMSG */
  /* already generated ENOPROTOOPT */
  /* already generated ENOSPC */
  /* already generated ENOSR */
  /* already generated ENOSTR */
  /* already generated ENOSYS */
  /* already generated ENOTCONN */
  /* already generated ENOTDIR */
  /* already generated ENOTEMPTY */
  /* already generated ENOTSOCK */
  /* already generated ENOTSUP */
  /* already generated ENOTTY */
  /* already generated ENXIO */
  /* already generated EOPNOTSUPP */
  /* already generated EOVERFLOW */
  /* already generated EPERM */
  /* already generated EPIPE */
  /* already generated EPROTO */
  /* already generated EPROTONOSUPPORT */
  /* already generated EPROTOTYPE */
  /* already generated ERANGE */
  /* already generated EROFS */
  /* already generated ESPIPE */
  /* already generated ESRCH */
  /* already generated ETIME */
  /* already generated ETIMEDOUT */
  /* already generated ETXTBSY */
  /* already generated EWOULDBLOCK */
  /* already generated EXDEV */
  /* already generated WSAEINTR */
  /* already generated WSAEBADF */
  /* already generated WSAEACCES */
  /* already generated WSAEFAULT */
  /* already generated WSAEINVAL */
  /* already generated WSAEMFILE */
  /* already generated WSAEWOULDBLOCK */
  /* already generated WSAEINPROGRESS */
  /* already generated WSAEALREADY */
  /* already generated WSAENOTSOCK */
  /* already generated WSAEDESTADDRREQ */
  /* already generated WSAEMSGSIZE */
  /* already generated WSAEPROTOTYPE */
  /* already generated WSAENOPROTOOPT */
  /* already generated WSAEPROTONOSUPPORT */
  /* already generated WSAESOCKTNOSUPPORT */
  /* already generated WSAEOPNOTSUPP */
  /* already generated WSAEPFNOSUPPORT */
  /* already generated WSAEAFNOSUPPORT */
  /* already generated WSAEADDRINUSE */
  /* already generated WSAEADDRNOTAVAIL */
  /* already generated WSAENETDOWN */
  /* already generated WSAENETUNREACH */
  /* already generated WSAENETRESET */
  /* already generated WSAECONNABORTED */
  /* already generated WSAECONNRESET */
  /* already generated WSAENOBUFS */
  /* already generated WSAEISCONN */
  /* already generated WSAENOTCONN */
  /* already generated WSAESHUTDOWN */
  /* already generated WSAETOOMANYREFS */
  /* already generated WSAETIMEDOUT */
  /* already generated WSAECONNREFUSED */
  /* already generated WSAELOOP */
  /* already generated WSAENAMETOOLONG */
  /* already generated WSAEHOSTDOWN */
  /* already generated WSAEHOSTUNREACH */
  /* already generated WSAENOTEMPTY */
  /* already generated WSAEPROCLIM */
  /* already generated WSAEUSERS */
  /* already generated WSAEDQUOT */
  /* already generated WSAESTALE */
  /* already generated WSAEREMOTE */
  /* already generated WSASYSNOTREADY */
  /* already generated WSAVERNOTSUPPORTED */
  /* already generated WSANOTINITIALISED */
  /* already generated WSAEDISCON */
  /* already generated WSAENOMORE */
  /* already generated WSAECANCELLED */
  /* already generated WSAEINVALIDPROCTABLE */
  /* already generated WSAEINVALIDPROVIDER */
  /* already generated WSAEPROVIDERFAILEDINIT */
  /* already generated WSASYSCALLFAILURE */
  /* already generated WSASERVICE_NOT_FOUND */
  /* already generated WSATYPE_NOT_FOUND */
  /* already generated WSA_E_NO_MORE */
  /* already generated WSA_E_CANCELLED */
  /* already generated WSAEREFUSED */
  /* already generated SIGHUP */
  /* already generated SIGINT */
  /* already generated SIGILL */
  /* already generated SIGABRT */
  /* already generated SIGFPE */
  /* already generated SIGKILL */
  /* already generated SIGSEGV */
  /* already generated SIGTERM */
  /* already generated SIGBREAK */
  /* already generated SIGWINCH */
  /* already generated SSL_OP_ALL */
  /* already generated SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION */
  /* already generated SSL_OP_CIPHER_SERVER_PREFERENCE */
  /* already generated SSL_OP_CISCO_ANYCONNECT */
  /* already generated SSL_OP_COOKIE_EXCHANGE */
  /* already generated SSL_OP_CRYPTOPRO_TLSEXT_BUG */
  /* already generated SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS */
  /* already generated SSL_OP_EPHEMERAL_RSA */
  /* already generated SSL_OP_LEGACY_SERVER_CONNECT */
  /* already generated SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER */
  /* already generated SSL_OP_MICROSOFT_SESS_ID_BUG */
  /* already generated SSL_OP_MSIE_SSLV2_RSA_PADDING */
  /* already generated SSL_OP_NETSCAPE_CA_DN_BUG */
  /* already generated SSL_OP_NETSCAPE_CHALLENGE_BUG */
  /* already generated SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG */
  /* already generated SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG */
  /* already generated SSL_OP_NO_COMPRESSION */
  /* already generated SSL_OP_NO_QUERY_MTU */
  /* already generated SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION */
  /* already generated SSL_OP_NO_SSLv2 */
  /* already generated SSL_OP_NO_SSLv3 */
  /* already generated SSL_OP_NO_TICKET */
  /* already generated SSL_OP_NO_TLSv1 */
  /* already generated SSL_OP_NO_TLSv1_1 */
  /* already generated SSL_OP_NO_TLSv1_2 */
  /* already generated SSL_OP_PKCS1_CHECK_1 */
  /* already generated SSL_OP_PKCS1_CHECK_2 */
  /* already generated SSL_OP_SINGLE_DH_USE */
  /* already generated SSL_OP_SINGLE_ECDH_USE */
  /* already generated SSL_OP_SSLEAY_080_CLIENT_DH_BUG */
  /* already generated SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG */
  /* already generated SSL_OP_TLS_BLOCK_PADDING_BUG */
  /* already generated SSL_OP_TLS_D5_BUG */
  /* already generated SSL_OP_TLS_ROLLBACK_BUG */
  /* already generated ENGINE_METHOD_DSA */
  /* already generated ENGINE_METHOD_DH */
  /* already generated ENGINE_METHOD_RAND */
  /* already generated ENGINE_METHOD_ECDH */
  /* already generated ENGINE_METHOD_ECDSA */
  /* already generated ENGINE_METHOD_CIPHERS */
  /* already generated ENGINE_METHOD_DIGESTS */
  /* already generated ENGINE_METHOD_STORE */
  /* already generated ENGINE_METHOD_PKEY_METHS */
  /* already generated ENGINE_METHOD_PKEY_ASN1_METHS */
  /* already generated ENGINE_METHOD_ALL */
  /* already generated ENGINE_METHOD_NONE */
  /* already generated DH_CHECK_P_NOT_SAFE_PRIME */
  /* already generated DH_CHECK_P_NOT_PRIME */
  /* already generated DH_UNABLE_TO_CHECK_GENERATOR */
  /* already generated DH_NOT_SUITABLE_GENERATOR */
  /* already generated NPN_ENABLED */
  /* already generated RSA_PKCS1_PADDING */
  /* already generated RSA_SSLV23_PADDING */
  /* already generated RSA_NO_PADDING */
  /* already generated RSA_PKCS1_OAEP_PADDING */
  /* already generated RSA_X931_PADDING */
  /* already generated RSA_PKCS1_PSS_PADDING */
  /* already generated POINT_CONVERSION_COMPRESSED */
  /* already generated POINT_CONVERSION_UNCOMPRESSED */
  /* already generated POINT_CONVERSION_HYBRID */
  /* already generated O_RDONLY */
  /* already generated O_WRONLY */
  /* already generated O_RDWR */
  /* already generated S_IFMT */
  /* already generated S_IFREG */
  /* already generated S_IFDIR */
  /* already generated S_IFCHR */
  /* already generated S_IFLNK */
  /* already generated O_CREAT */
  /* already generated O_EXCL */
  /* already generated O_TRUNC */
  /* already generated O_APPEND */
  /* already generated F_OK */
  /* already generated R_OK */
  /* already generated W_OK */
  /* already generated X_OK */
  /* already generated UV_UDP_REUSEADDR */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy