70 lines
1.5 KiB
Python
70 lines
1.5 KiB
Python
"""
|
|
Auto-generated Python stub file from test_zlib.py
|
|
Module: test_zlib
|
|
"""
|
|
|
|
|
|
from stdint import *
|
|
import zlib.pyzlib as pyzlib
|
|
import zlib.zhuff as zhuff
|
|
import zlib.zdef as zdef
|
|
from stdio import printf
|
|
from string import strlen, memcmp, memcpy, memset
|
|
from stdlib import malloc, free, realloc
|
|
import stdlib
|
|
import string
|
|
import mpool
|
|
import t, c
|
|
|
|
pool: t.CExtern | mpool.MPool | t.CPtr
|
|
test_passed: t.CExtern | t.CInt
|
|
test_failed: t.CExtern | t.CInt
|
|
|
|
def check(name: str, condition: t.CInt, detail: str) -> t.CInt: pass
|
|
|
|
def print_hex_test(data: BYTEPTR, length: t.CSizeT, max_show: t.CSizeT) -> t.CInt: pass
|
|
|
|
def print_separator() -> t.CInt: pass
|
|
|
|
def section_header(title: str) -> t.CInt: pass
|
|
|
|
def section_footer() -> t.CInt: pass
|
|
|
|
def test_version() -> t.CInt: pass
|
|
|
|
def test_compress_decompress() -> t.CInt: pass
|
|
|
|
def test_compress_levels() -> t.CInt: pass
|
|
|
|
def test_compressobj() -> t.CInt: pass
|
|
|
|
def test_decompressobj() -> t.CInt: pass
|
|
|
|
def test_decompressobj_max_lengthgth() -> t.CInt: pass
|
|
|
|
def test_decompressobj_unused_data() -> t.CInt: pass
|
|
|
|
def test_compress_copy() -> t.CInt: pass
|
|
|
|
def test_decompress_copy() -> t.CInt: pass
|
|
|
|
def test_adler32() -> t.CInt: pass
|
|
|
|
def test_crc32() -> t.CInt: pass
|
|
|
|
def test_empty_compress() -> t.CInt: pass
|
|
|
|
def test_gzip_format() -> t.CInt: pass
|
|
|
|
def test_raw_deflate() -> t.CInt: pass
|
|
|
|
def test_zdict() -> t.CInt: pass
|
|
|
|
def test_huffman_tree() -> t.CInt: pass
|
|
|
|
def test_error_handling() -> t.CInt: pass
|
|
|
|
def test_constants() -> t.CInt: pass
|
|
|
|
def main123456() -> t.CInt: pass
|