11cb0ef41Sopenharmony_cideclare function InternalBinding(binding: 'constants'): {
21cb0ef41Sopenharmony_ci  os: {
31cb0ef41Sopenharmony_ci    UV_UDP_REUSEADDR: 4;
41cb0ef41Sopenharmony_ci    dlopen: {
51cb0ef41Sopenharmony_ci      RTLD_LAZY: 1;
61cb0ef41Sopenharmony_ci      RTLD_NOW: 2;
71cb0ef41Sopenharmony_ci      RTLD_GLOBAL: 8;
81cb0ef41Sopenharmony_ci      RTLD_LOCAL: 4;
91cb0ef41Sopenharmony_ci    };
101cb0ef41Sopenharmony_ci    errno: {
111cb0ef41Sopenharmony_ci      E2BIG: 7;
121cb0ef41Sopenharmony_ci      EACCES: 13;
131cb0ef41Sopenharmony_ci      EADDRINUSE: 48;
141cb0ef41Sopenharmony_ci      EADDRNOTAVAIL: 49;
151cb0ef41Sopenharmony_ci      EAFNOSUPPORT: 47;
161cb0ef41Sopenharmony_ci      EAGAIN: 35;
171cb0ef41Sopenharmony_ci      EALREADY: 37;
181cb0ef41Sopenharmony_ci      EBADF: 9;
191cb0ef41Sopenharmony_ci      EBADMSG: 94;
201cb0ef41Sopenharmony_ci      EBUSY: 16;
211cb0ef41Sopenharmony_ci      ECANCELED: 89;
221cb0ef41Sopenharmony_ci      ECHILD: 10;
231cb0ef41Sopenharmony_ci      ECONNABORTED: 53;
241cb0ef41Sopenharmony_ci      ECONNREFUSED: 61;
251cb0ef41Sopenharmony_ci      ECONNRESET: 54;
261cb0ef41Sopenharmony_ci      EDEADLK: 11;
271cb0ef41Sopenharmony_ci      EDESTADDRREQ: 39;
281cb0ef41Sopenharmony_ci      EDOM: 33;
291cb0ef41Sopenharmony_ci      EDQUOT: 69;
301cb0ef41Sopenharmony_ci      EEXIST: 17;
311cb0ef41Sopenharmony_ci      EFAULT: 14;
321cb0ef41Sopenharmony_ci      EFBIG: 27;
331cb0ef41Sopenharmony_ci      EHOSTUNREACH: 65;
341cb0ef41Sopenharmony_ci      EIDRM: 90;
351cb0ef41Sopenharmony_ci      EILSEQ: 92;
361cb0ef41Sopenharmony_ci      EINPROGRESS: 36;
371cb0ef41Sopenharmony_ci      EINTR: 4;
381cb0ef41Sopenharmony_ci      EINVAL: 22;
391cb0ef41Sopenharmony_ci      EIO: 5;
401cb0ef41Sopenharmony_ci      EISCONN: 56;
411cb0ef41Sopenharmony_ci      EISDIR: 21;
421cb0ef41Sopenharmony_ci      ELOOP: 62;
431cb0ef41Sopenharmony_ci      EMFILE: 24;
441cb0ef41Sopenharmony_ci      EMLINK: 31;
451cb0ef41Sopenharmony_ci      EMSGSIZE: 40;
461cb0ef41Sopenharmony_ci      EMULTIHOP: 95;
471cb0ef41Sopenharmony_ci      ENAMETOOLONG: 63;
481cb0ef41Sopenharmony_ci      ENETDOWN: 50;
491cb0ef41Sopenharmony_ci      ENETRESET: 52;
501cb0ef41Sopenharmony_ci      ENETUNREACH: 51;
511cb0ef41Sopenharmony_ci      ENFILE: 23;
521cb0ef41Sopenharmony_ci      ENOBUFS: 55;
531cb0ef41Sopenharmony_ci      ENODATA: 96;
541cb0ef41Sopenharmony_ci      ENODEV: 19;
551cb0ef41Sopenharmony_ci      ENOENT: 2;
561cb0ef41Sopenharmony_ci      ENOEXEC: 8;
571cb0ef41Sopenharmony_ci      ENOLCK: 77;
581cb0ef41Sopenharmony_ci      ENOLINK: 97;
591cb0ef41Sopenharmony_ci      ENOMEM: 12;
601cb0ef41Sopenharmony_ci      ENOMSG: 91;
611cb0ef41Sopenharmony_ci      ENOPROTOOPT: 42;
621cb0ef41Sopenharmony_ci      ENOSPC: 28;
631cb0ef41Sopenharmony_ci      ENOSR: 98;
641cb0ef41Sopenharmony_ci      ENOSTR: 99;
651cb0ef41Sopenharmony_ci      ENOSYS: 78;
661cb0ef41Sopenharmony_ci      ENOTCONN: 57;
671cb0ef41Sopenharmony_ci      ENOTDIR: 20;
681cb0ef41Sopenharmony_ci      ENOTEMPTY: 66;
691cb0ef41Sopenharmony_ci      ENOTSOCK: 38;
701cb0ef41Sopenharmony_ci      ENOTSUP: 45;
711cb0ef41Sopenharmony_ci      ENOTTY: 25;
721cb0ef41Sopenharmony_ci      ENXIO: 6;
731cb0ef41Sopenharmony_ci      EOPNOTSUPP: 102;
741cb0ef41Sopenharmony_ci      EOVERFLOW: 84;
751cb0ef41Sopenharmony_ci      EPERM: 1;
761cb0ef41Sopenharmony_ci      EPIPE: 32;
771cb0ef41Sopenharmony_ci      EPROTO: 100;
781cb0ef41Sopenharmony_ci      EPROTONOSUPPORT: 43;
791cb0ef41Sopenharmony_ci      EPROTOTYPE: 41;
801cb0ef41Sopenharmony_ci      ERANGE: 34;
811cb0ef41Sopenharmony_ci      EROFS: 30;
821cb0ef41Sopenharmony_ci      ESPIPE: 29;
831cb0ef41Sopenharmony_ci      ESRCH: 3;
841cb0ef41Sopenharmony_ci      ESTALE: 70;
851cb0ef41Sopenharmony_ci      ETIME: 101;
861cb0ef41Sopenharmony_ci      ETIMEDOUT: 60;
871cb0ef41Sopenharmony_ci      ETXTBSY: 26;
881cb0ef41Sopenharmony_ci      EWOULDBLOCK: 35;
891cb0ef41Sopenharmony_ci      EXDEV: 18;
901cb0ef41Sopenharmony_ci    };
911cb0ef41Sopenharmony_ci    signals: {
921cb0ef41Sopenharmony_ci      SIGHUP: 1;
931cb0ef41Sopenharmony_ci      SIGINT: 2;
941cb0ef41Sopenharmony_ci      SIGQUIT: 3;
951cb0ef41Sopenharmony_ci      SIGILL: 4;
961cb0ef41Sopenharmony_ci      SIGTRAP: 5;
971cb0ef41Sopenharmony_ci      SIGABRT: 6;
981cb0ef41Sopenharmony_ci      SIGIOT: 6;
991cb0ef41Sopenharmony_ci      SIGBUS: 10;
1001cb0ef41Sopenharmony_ci      SIGFPE: 8;
1011cb0ef41Sopenharmony_ci      SIGKILL: 9;
1021cb0ef41Sopenharmony_ci      SIGUSR1: 30;
1031cb0ef41Sopenharmony_ci      SIGSEGV: 11;
1041cb0ef41Sopenharmony_ci      SIGUSR2: 31;
1051cb0ef41Sopenharmony_ci      SIGPIPE: 13;
1061cb0ef41Sopenharmony_ci      SIGALRM: 14;
1071cb0ef41Sopenharmony_ci      SIGTERM: 15;
1081cb0ef41Sopenharmony_ci      SIGCHLD: 20;
1091cb0ef41Sopenharmony_ci      SIGCONT: 19;
1101cb0ef41Sopenharmony_ci      SIGSTOP: 17;
1111cb0ef41Sopenharmony_ci      SIGTSTP: 18;
1121cb0ef41Sopenharmony_ci      SIGTTIN: 21;
1131cb0ef41Sopenharmony_ci      SIGTTOU: 22;
1141cb0ef41Sopenharmony_ci      SIGURG: 16;
1151cb0ef41Sopenharmony_ci      SIGXCPU: 24;
1161cb0ef41Sopenharmony_ci      SIGXFSZ: 25;
1171cb0ef41Sopenharmony_ci      SIGVTALRM: 26;
1181cb0ef41Sopenharmony_ci      SIGPROF: 27;
1191cb0ef41Sopenharmony_ci      SIGWINCH: 28;
1201cb0ef41Sopenharmony_ci      SIGIO: 23;
1211cb0ef41Sopenharmony_ci      SIGINFO: 29;
1221cb0ef41Sopenharmony_ci      SIGSYS: 12;
1231cb0ef41Sopenharmony_ci    };
1241cb0ef41Sopenharmony_ci    priority: {
1251cb0ef41Sopenharmony_ci      PRIORITY_LOW: 19;
1261cb0ef41Sopenharmony_ci      PRIORITY_BELOW_NORMAL: 10;
1271cb0ef41Sopenharmony_ci      PRIORITY_NORMAL: 0;
1281cb0ef41Sopenharmony_ci      PRIORITY_ABOVE_NORMAL: -7;
1291cb0ef41Sopenharmony_ci      PRIORITY_HIGH: -14;
1301cb0ef41Sopenharmony_ci      PRIORITY_HIGHEST: -20;
1311cb0ef41Sopenharmony_ci    };
1321cb0ef41Sopenharmony_ci  };
1331cb0ef41Sopenharmony_ci  fs: {
1341cb0ef41Sopenharmony_ci    UV_FS_SYMLINK_DIR: 1;
1351cb0ef41Sopenharmony_ci    UV_FS_SYMLINK_JUNCTION: 2;
1361cb0ef41Sopenharmony_ci    O_RDONLY: 0;
1371cb0ef41Sopenharmony_ci    O_WRONLY: 1;
1381cb0ef41Sopenharmony_ci    O_RDWR: 2;
1391cb0ef41Sopenharmony_ci    UV_DIRENT_UNKNOWN: 0;
1401cb0ef41Sopenharmony_ci    UV_DIRENT_FILE: 1;
1411cb0ef41Sopenharmony_ci    UV_DIRENT_DIR: 2;
1421cb0ef41Sopenharmony_ci    UV_DIRENT_LINK: 3;
1431cb0ef41Sopenharmony_ci    UV_DIRENT_FIFO: 4;
1441cb0ef41Sopenharmony_ci    UV_DIRENT_SOCKET: 5;
1451cb0ef41Sopenharmony_ci    UV_DIRENT_CHAR: 6;
1461cb0ef41Sopenharmony_ci    UV_DIRENT_BLOCK: 7;
1471cb0ef41Sopenharmony_ci    S_IFMT: 61440;
1481cb0ef41Sopenharmony_ci    S_IFREG: 32768;
1491cb0ef41Sopenharmony_ci    S_IFDIR: 16384;
1501cb0ef41Sopenharmony_ci    S_IFCHR: 8192;
1511cb0ef41Sopenharmony_ci    S_IFBLK: 24576;
1521cb0ef41Sopenharmony_ci    S_IFIFO: 4096;
1531cb0ef41Sopenharmony_ci    S_IFLNK: 40960;
1541cb0ef41Sopenharmony_ci    S_IFSOCK: 49152;
1551cb0ef41Sopenharmony_ci    O_CREAT: 512;
1561cb0ef41Sopenharmony_ci    O_EXCL: 2048;
1571cb0ef41Sopenharmony_ci    UV_FS_O_FILEMAP: 0;
1581cb0ef41Sopenharmony_ci    O_NOCTTY: 131072;
1591cb0ef41Sopenharmony_ci    O_TRUNC: 1024;
1601cb0ef41Sopenharmony_ci    O_APPEND: 8;
1611cb0ef41Sopenharmony_ci    O_DIRECTORY: 1048576;
1621cb0ef41Sopenharmony_ci    O_NOFOLLOW: 256;
1631cb0ef41Sopenharmony_ci    O_SYNC: 128;
1641cb0ef41Sopenharmony_ci    O_DSYNC: 4194304;
1651cb0ef41Sopenharmony_ci    O_SYMLINK: 2097152;
1661cb0ef41Sopenharmony_ci    O_NONBLOCK: 4;
1671cb0ef41Sopenharmony_ci    S_IRWXU: 448;
1681cb0ef41Sopenharmony_ci    S_IRUSR: 256;
1691cb0ef41Sopenharmony_ci    S_IWUSR: 128;
1701cb0ef41Sopenharmony_ci    S_IXUSR: 64;
1711cb0ef41Sopenharmony_ci    S_IRWXG: 56;
1721cb0ef41Sopenharmony_ci    S_IRGRP: 32;
1731cb0ef41Sopenharmony_ci    S_IWGRP: 16;
1741cb0ef41Sopenharmony_ci    S_IXGRP: 8;
1751cb0ef41Sopenharmony_ci    S_IRWXO: 7;
1761cb0ef41Sopenharmony_ci    S_IROTH: 4;
1771cb0ef41Sopenharmony_ci    S_IWOTH: 2;
1781cb0ef41Sopenharmony_ci    S_IXOTH: 1;
1791cb0ef41Sopenharmony_ci    F_OK: 0;
1801cb0ef41Sopenharmony_ci    R_OK: 4;
1811cb0ef41Sopenharmony_ci    W_OK: 2;
1821cb0ef41Sopenharmony_ci    X_OK: 1;
1831cb0ef41Sopenharmony_ci    UV_FS_COPYFILE_EXCL: 1;
1841cb0ef41Sopenharmony_ci    COPYFILE_EXCL: 1;
1851cb0ef41Sopenharmony_ci    UV_FS_COPYFILE_FICLONE: 2;
1861cb0ef41Sopenharmony_ci    COPYFILE_FICLONE: 2;
1871cb0ef41Sopenharmony_ci    UV_FS_COPYFILE_FICLONE_FORCE: 4;
1881cb0ef41Sopenharmony_ci    COPYFILE_FICLONE_FORCE: 4;
1891cb0ef41Sopenharmony_ci  };
1901cb0ef41Sopenharmony_ci  crypto: {
1911cb0ef41Sopenharmony_ci    OPENSSL_VERSION_NUMBER: 269488319;
1921cb0ef41Sopenharmony_ci    SSL_OP_ALL: 2147485780;
1931cb0ef41Sopenharmony_ci    SSL_OP_ALLOW_NO_DHE_KEX: 1024;
1941cb0ef41Sopenharmony_ci    SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: 262144;
1951cb0ef41Sopenharmony_ci    SSL_OP_CIPHER_SERVER_PREFERENCE: 4194304;
1961cb0ef41Sopenharmony_ci    SSL_OP_CISCO_ANYCONNECT: 32768;
1971cb0ef41Sopenharmony_ci    SSL_OP_COOKIE_EXCHANGE: 8192;
1981cb0ef41Sopenharmony_ci    SSL_OP_CRYPTOPRO_TLSEXT_BUG: 2147483648;
1991cb0ef41Sopenharmony_ci    SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: 2048;
2001cb0ef41Sopenharmony_ci    SSL_OP_EPHEMERAL_RSA: 0;
2011cb0ef41Sopenharmony_ci    SSL_OP_LEGACY_SERVER_CONNECT: 4;
2021cb0ef41Sopenharmony_ci    SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: 0;
2031cb0ef41Sopenharmony_ci    SSL_OP_MICROSOFT_SESS_ID_BUG: 0;
2041cb0ef41Sopenharmony_ci    SSL_OP_MSIE_SSLV2_RSA_PADDING: 0;
2051cb0ef41Sopenharmony_ci    SSL_OP_NETSCAPE_CA_DN_BUG: 0;
2061cb0ef41Sopenharmony_ci    SSL_OP_NETSCAPE_CHALLENGE_BUG: 0;
2071cb0ef41Sopenharmony_ci    SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: 0;
2081cb0ef41Sopenharmony_ci    SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: 0;
2091cb0ef41Sopenharmony_ci    SSL_OP_NO_COMPRESSION: 131072;
2101cb0ef41Sopenharmony_ci    SSL_OP_NO_ENCRYPT_THEN_MAC: 524288;
2111cb0ef41Sopenharmony_ci    SSL_OP_NO_QUERY_MTU: 4096;
2121cb0ef41Sopenharmony_ci    SSL_OP_NO_RENEGOTIATION: 1073741824;
2131cb0ef41Sopenharmony_ci    SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: 65536;
2141cb0ef41Sopenharmony_ci    SSL_OP_NO_SSLv2: 0;
2151cb0ef41Sopenharmony_ci    SSL_OP_NO_SSLv3: 33554432;
2161cb0ef41Sopenharmony_ci    SSL_OP_NO_TICKET: 16384;
2171cb0ef41Sopenharmony_ci    SSL_OP_NO_TLSv1: 67108864;
2181cb0ef41Sopenharmony_ci    SSL_OP_NO_TLSv1_1: 268435456;
2191cb0ef41Sopenharmony_ci    SSL_OP_NO_TLSv1_2: 134217728;
2201cb0ef41Sopenharmony_ci    SSL_OP_NO_TLSv1_3: 536870912;
2211cb0ef41Sopenharmony_ci    SSL_OP_PKCS1_CHECK_1: 0;
2221cb0ef41Sopenharmony_ci    SSL_OP_PKCS1_CHECK_2: 0;
2231cb0ef41Sopenharmony_ci    SSL_OP_PRIORITIZE_CHACHA: 2097152;
2241cb0ef41Sopenharmony_ci    SSL_OP_SINGLE_DH_USE: 0;
2251cb0ef41Sopenharmony_ci    SSL_OP_SINGLE_ECDH_USE: 0;
2261cb0ef41Sopenharmony_ci    SSL_OP_SSLEAY_080_CLIENT_DH_BUG: 0;
2271cb0ef41Sopenharmony_ci    SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: 0;
2281cb0ef41Sopenharmony_ci    SSL_OP_TLS_BLOCK_PADDING_BUG: 0;
2291cb0ef41Sopenharmony_ci    SSL_OP_TLS_D5_BUG: 0;
2301cb0ef41Sopenharmony_ci    SSL_OP_TLS_ROLLBACK_BUG: 8388608;
2311cb0ef41Sopenharmony_ci    ENGINE_METHOD_RSA: 1;
2321cb0ef41Sopenharmony_ci    ENGINE_METHOD_DSA: 2;
2331cb0ef41Sopenharmony_ci    ENGINE_METHOD_DH: 4;
2341cb0ef41Sopenharmony_ci    ENGINE_METHOD_RAND: 8;
2351cb0ef41Sopenharmony_ci    ENGINE_METHOD_EC: 2048;
2361cb0ef41Sopenharmony_ci    ENGINE_METHOD_CIPHERS: 64;
2371cb0ef41Sopenharmony_ci    ENGINE_METHOD_DIGESTS: 128;
2381cb0ef41Sopenharmony_ci    ENGINE_METHOD_PKEY_METHS: 512;
2391cb0ef41Sopenharmony_ci    ENGINE_METHOD_PKEY_ASN1_METHS: 1024;
2401cb0ef41Sopenharmony_ci    ENGINE_METHOD_ALL: 65535;
2411cb0ef41Sopenharmony_ci    ENGINE_METHOD_NONE: 0;
2421cb0ef41Sopenharmony_ci    DH_CHECK_P_NOT_SAFE_PRIME: 2;
2431cb0ef41Sopenharmony_ci    DH_CHECK_P_NOT_PRIME: 1;
2441cb0ef41Sopenharmony_ci    DH_UNABLE_TO_CHECK_GENERATOR: 4;
2451cb0ef41Sopenharmony_ci    DH_NOT_SUITABLE_GENERATOR: 8;
2461cb0ef41Sopenharmony_ci    ALPN_ENABLED: 1;
2471cb0ef41Sopenharmony_ci    RSA_PKCS1_PADDING: 1;
2481cb0ef41Sopenharmony_ci    RSA_SSLV23_PADDING: 2;
2491cb0ef41Sopenharmony_ci    RSA_NO_PADDING: 3;
2501cb0ef41Sopenharmony_ci    RSA_PKCS1_OAEP_PADDING: 4;
2511cb0ef41Sopenharmony_ci    RSA_X931_PADDING: 5;
2521cb0ef41Sopenharmony_ci    RSA_PKCS1_PSS_PADDING: 6;
2531cb0ef41Sopenharmony_ci    RSA_PSS_SALTLEN_DIGEST: -1;
2541cb0ef41Sopenharmony_ci    RSA_PSS_SALTLEN_MAX_SIGN: -2;
2551cb0ef41Sopenharmony_ci    RSA_PSS_SALTLEN_AUTO: -2;
2561cb0ef41Sopenharmony_ci    defaultCoreCipherList: 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA';
2571cb0ef41Sopenharmony_ci    TLS1_VERSION: 769;
2581cb0ef41Sopenharmony_ci    TLS1_1_VERSION: 770;
2591cb0ef41Sopenharmony_ci    TLS1_2_VERSION: 771;
2601cb0ef41Sopenharmony_ci    TLS1_3_VERSION: 772;
2611cb0ef41Sopenharmony_ci    POINT_CONVERSION_COMPRESSED: 2;
2621cb0ef41Sopenharmony_ci    POINT_CONVERSION_UNCOMPRESSED: 4;
2631cb0ef41Sopenharmony_ci    POINT_CONVERSION_HYBRID: 6;
2641cb0ef41Sopenharmony_ci  };
2651cb0ef41Sopenharmony_ci  zlib: {
2661cb0ef41Sopenharmony_ci    Z_NO_FLUSH: 0;
2671cb0ef41Sopenharmony_ci    Z_PARTIAL_FLUSH: 1;
2681cb0ef41Sopenharmony_ci    Z_SYNC_FLUSH: 2;
2691cb0ef41Sopenharmony_ci    Z_FULL_FLUSH: 3;
2701cb0ef41Sopenharmony_ci    Z_FINISH: 4;
2711cb0ef41Sopenharmony_ci    Z_BLOCK: 5;
2721cb0ef41Sopenharmony_ci    Z_OK: 0;
2731cb0ef41Sopenharmony_ci    Z_STREAM_END: 1;
2741cb0ef41Sopenharmony_ci    Z_NEED_DICT: 2;
2751cb0ef41Sopenharmony_ci    Z_ERRNO: -1;
2761cb0ef41Sopenharmony_ci    Z_STREAM_ERROR: -2;
2771cb0ef41Sopenharmony_ci    Z_DATA_ERROR: -3;
2781cb0ef41Sopenharmony_ci    Z_MEM_ERROR: -4;
2791cb0ef41Sopenharmony_ci    Z_BUF_ERROR: -5;
2801cb0ef41Sopenharmony_ci    Z_VERSION_ERROR: -6;
2811cb0ef41Sopenharmony_ci    Z_NO_COMPRESSION: 0;
2821cb0ef41Sopenharmony_ci    Z_BEST_SPEED: 1;
2831cb0ef41Sopenharmony_ci    Z_BEST_COMPRESSION: 9;
2841cb0ef41Sopenharmony_ci    Z_DEFAULT_COMPRESSION: -1;
2851cb0ef41Sopenharmony_ci    Z_FILTERED: 1;
2861cb0ef41Sopenharmony_ci    Z_HUFFMAN_ONLY: 2;
2871cb0ef41Sopenharmony_ci    Z_RLE: 3;
2881cb0ef41Sopenharmony_ci    Z_FIXED: 4;
2891cb0ef41Sopenharmony_ci    Z_DEFAULT_STRATEGY: 0;
2901cb0ef41Sopenharmony_ci    ZLIB_VERNUM: 4784;
2911cb0ef41Sopenharmony_ci    DEFLATE: 1;
2921cb0ef41Sopenharmony_ci    INFLATE: 2;
2931cb0ef41Sopenharmony_ci    GZIP: 3;
2941cb0ef41Sopenharmony_ci    GUNZIP: 4;
2951cb0ef41Sopenharmony_ci    DEFLATERAW: 5;
2961cb0ef41Sopenharmony_ci    INFLATERAW: 6;
2971cb0ef41Sopenharmony_ci    UNZIP: 7;
2981cb0ef41Sopenharmony_ci    BROTLI_DECODE: 8;
2991cb0ef41Sopenharmony_ci    BROTLI_ENCODE: 9;
3001cb0ef41Sopenharmony_ci    Z_MIN_WINDOWBITS: 8;
3011cb0ef41Sopenharmony_ci    Z_MAX_WINDOWBITS: 15;
3021cb0ef41Sopenharmony_ci    Z_DEFAULT_WINDOWBITS: 15;
3031cb0ef41Sopenharmony_ci    Z_MIN_CHUNK: 64;
3041cb0ef41Sopenharmony_ci    Z_MAX_CHUNK: number;
3051cb0ef41Sopenharmony_ci    Z_DEFAULT_CHUNK: 16384;
3061cb0ef41Sopenharmony_ci    Z_MIN_MEMLEVEL: 1;
3071cb0ef41Sopenharmony_ci    Z_MAX_MEMLEVEL: 9;
3081cb0ef41Sopenharmony_ci    Z_DEFAULT_MEMLEVEL: 8;
3091cb0ef41Sopenharmony_ci    Z_MIN_LEVEL: -1;
3101cb0ef41Sopenharmony_ci    Z_MAX_LEVEL: 9;
3111cb0ef41Sopenharmony_ci    Z_DEFAULT_LEVEL: -1;
3121cb0ef41Sopenharmony_ci    BROTLI_OPERATION_PROCESS: 0;
3131cb0ef41Sopenharmony_ci    BROTLI_OPERATION_FLUSH: 1;
3141cb0ef41Sopenharmony_ci    BROTLI_OPERATION_FINISH: 2;
3151cb0ef41Sopenharmony_ci    BROTLI_OPERATION_EMIT_METADATA: 3;
3161cb0ef41Sopenharmony_ci    BROTLI_PARAM_MODE: 0;
3171cb0ef41Sopenharmony_ci    BROTLI_MODE_GENERIC: 0;
3181cb0ef41Sopenharmony_ci    BROTLI_MODE_TEXT: 1;
3191cb0ef41Sopenharmony_ci    BROTLI_MODE_FONT: 2;
3201cb0ef41Sopenharmony_ci    BROTLI_DEFAULT_MODE: 0;
3211cb0ef41Sopenharmony_ci    BROTLI_PARAM_QUALITY: 1;
3221cb0ef41Sopenharmony_ci    BROTLI_MIN_QUALITY: 0;
3231cb0ef41Sopenharmony_ci    BROTLI_MAX_QUALITY: 11;
3241cb0ef41Sopenharmony_ci    BROTLI_DEFAULT_QUALITY: 11;
3251cb0ef41Sopenharmony_ci    BROTLI_PARAM_LGWIN: 2;
3261cb0ef41Sopenharmony_ci    BROTLI_MIN_WINDOW_BITS: 10;
3271cb0ef41Sopenharmony_ci    BROTLI_MAX_WINDOW_BITS: 24;
3281cb0ef41Sopenharmony_ci    BROTLI_LARGE_MAX_WINDOW_BITS: 30;
3291cb0ef41Sopenharmony_ci    BROTLI_DEFAULT_WINDOW: 22;
3301cb0ef41Sopenharmony_ci    BROTLI_PARAM_LGBLOCK: 3;
3311cb0ef41Sopenharmony_ci    BROTLI_MIN_INPUT_BLOCK_BITS: 16;
3321cb0ef41Sopenharmony_ci    BROTLI_MAX_INPUT_BLOCK_BITS: 24;
3331cb0ef41Sopenharmony_ci    BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING: 4;
3341cb0ef41Sopenharmony_ci    BROTLI_PARAM_SIZE_HINT: 5;
3351cb0ef41Sopenharmony_ci    BROTLI_PARAM_LARGE_WINDOW: 6;
3361cb0ef41Sopenharmony_ci    BROTLI_PARAM_NPOSTFIX: 7;
3371cb0ef41Sopenharmony_ci    BROTLI_PARAM_NDIRECT: 8;
3381cb0ef41Sopenharmony_ci    BROTLI_DECODER_RESULT_ERROR: 0;
3391cb0ef41Sopenharmony_ci    BROTLI_DECODER_RESULT_SUCCESS: 1;
3401cb0ef41Sopenharmony_ci    BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT: 2;
3411cb0ef41Sopenharmony_ci    BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT: 3;
3421cb0ef41Sopenharmony_ci    BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION: 0;
3431cb0ef41Sopenharmony_ci    BROTLI_DECODER_PARAM_LARGE_WINDOW: 1;
3441cb0ef41Sopenharmony_ci    BROTLI_DECODER_NO_ERROR: 0;
3451cb0ef41Sopenharmony_ci    BROTLI_DECODER_SUCCESS: 1;
3461cb0ef41Sopenharmony_ci    BROTLI_DECODER_NEEDS_MORE_INPUT: 2;
3471cb0ef41Sopenharmony_ci    BROTLI_DECODER_NEEDS_MORE_OUTPUT: 3;
3481cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE: -1;
3491cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_RESERVED: -2;
3501cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE: -3;
3511cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET: -4;
3521cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME: -5;
3531cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_CL_SPACE: -6;
3541cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE: -7;
3551cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT: -8;
3561cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1: -9;
3571cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2: -10;
3581cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_TRANSFORM: -11;
3591cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_DICTIONARY: -12;
3601cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS: -13;
3611cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_PADDING_1: -14;
3621cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_PADDING_2: -15;
3631cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_FORMAT_DISTANCE: -16;
3641cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET: -19;
3651cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_INVALID_ARGUMENTS: -20;
3661cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES: -21;
3671cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS: -22;
3681cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP: -25;
3691cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1: -26;
3701cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2: -27;
3711cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: -30;
3721cb0ef41Sopenharmony_ci    BROTLI_DECODER_ERROR_UNREACHABLE: -31;
3731cb0ef41Sopenharmony_ci  };
3741cb0ef41Sopenharmony_ci  trace: {
3751cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_BEGIN: 66;
3761cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_END: 69;
3771cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_COMPLETE: 88;
3781cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_INSTANT: 73;
3791cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_ASYNC_BEGIN: 83;
3801cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_ASYNC_STEP_INTO: 84;
3811cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_ASYNC_STEP_PAST: 112;
3821cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_ASYNC_END: 70;
3831cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_NESTABLE_ASYNC_BEGIN: 98;
3841cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_NESTABLE_ASYNC_END: 101;
3851cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_NESTABLE_ASYNC_INSTANT: 110;
3861cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_FLOW_BEGIN: 115;
3871cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_FLOW_STEP: 116;
3881cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_FLOW_END: 102;
3891cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_METADATA: 77;
3901cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_COUNTER: 67;
3911cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_SAMPLE: 80;
3921cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_CREATE_OBJECT: 78;
3931cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_SNAPSHOT_OBJECT: 79;
3941cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_DELETE_OBJECT: 68;
3951cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_MEMORY_DUMP: 118;
3961cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_MARK: 82;
3971cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_CLOCK_SYNC: 99;
3981cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_ENTER_CONTEXT: 40;
3991cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_LEAVE_CONTEXT: 41;
4001cb0ef41Sopenharmony_ci    TRACE_EVENT_PHASE_LINK_IDS: 61;
4011cb0ef41Sopenharmony_ci  };
4021cb0ef41Sopenharmony_ci};
403