Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzlibmodule.c59 static PyTypeObject Comptype; variable
391 self = newcompobject(&Comptype); in PyZlib_compressobj()
765 retval = newcompobject(&Comptype); in PyZlib_copy()
1075 static PyTypeObject Comptype = { variable
1126 Py_TYPE(&Comptype) = &PyType_Type; in PyInit_zlib()