Home
last modified time | relevance | path

Searched defs:zdict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dzlibmodule.c.h193 Py_buffer zdict = {NULL, NULL}; in zlib_compressobj() local
318 PyObject *zdict = NULL; in zlib_decompressobj() local
/external/python/cpython3/Modules/
Dzlibmodule.c60 PyObject *zdict; member
465 int memLevel, int strategy, Py_buffer *zdict) in zlib_compressobj_impl()
561 zlib_decompressobj_impl(PyObject *module, int wbits, PyObject *zdict) in zlib_decompressobj_impl()