Home
last modified time | relevance | path

Searched refs:zlibstate (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dzlibmodule.c195 } zlibstate; typedef
197 static inline zlibstate*
202 return (zlibstate *)state; in get_zlib_state()
218 zlib_error(zlibstate *state, z_stream zst, int err, const char *msg) in zlib_error()
326 zlibstate *state = get_zlib_state(module); in zlib_compress_impl()
427 zlibstate *state = get_zlib_state(module); in zlib_decompress_impl()
557 zlibstate *state = get_zlib_state(module); in zlib_compressobj_impl()
611 set_inflate_zdict(zlibstate *state, compobject *self) in set_inflate_zdict()
650 zlibstate *state = get_zlib_state(module); in zlib_decompressobj_impl()
756 zlibstate *state = PyType_GetModuleState(cls); in zlib_Compress_compress_impl()
[all …]
/third_party/python/Doc/howto/
Dclinic.rst1243 zlibstate *state = PyType_GetModuleState(cls);