zlib / injectable_functions /zutil_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
e996a55 verified
raw
history blame contribute delete
528 Bytes
[
{
"function_name": "zlibCompileFlags",
"function_signature": "uLong ZEXPORT zlibCompileFlags(void)",
"test_filename": "tests_zutil_zlibCompileFlags.c"
},
{
"function_name": "zcalloc",
"function_signature": "voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size)",
"test_filename": "tests_zutil_zcalloc.c"
},
{
"function_name": "zcfree",
"function_signature": "void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr)",
"test_filename": "tests_zutil_zcfree.c"
}
]