Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzlibmodule.c60 static PyTypeObject Decomptype; variable
427 self = newcompobject(&Decomptype); in PyZlib_decompressobj()
814 retval = newcompobject(&Decomptype); in PyZlib_uncopy()
1091 static PyTypeObject Decomptype = { variable
1127 Py_TYPE(&Decomptype) = &PyType_Type; in PyInit_zlib()