Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c58 static PyTypeObject Comptype; variable
313 self = newcompobject(&Comptype); in PyZlib_compressobj()
686 retval = newcompobject(&Comptype); in PyZlib_copy()
970 static PyTypeObject Comptype = { variable
1021 Py_TYPE(&Comptype) = &PyType_Type; in PyInit_zlib()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c58 static PyTypeObject Comptype; variable
319 self = newcompobject(&Comptype); in PyZlib_compressobj()
712 retval = newcompobject(&Comptype); in PyZlib_copy()
1005 static PyTypeObject Comptype = { variable
1056 Py_TYPE(&Comptype) = &PyType_Type; in PyInit_zlib()