Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzlibmodule.c71 } compobject; typedef
112 static compobject *
115 compobject *self; in newcompobject()
116 self = PyObject_New(compobject, type); in newcompobject()
383 compobject *self; in PyZlib_compressobj()
423 compobject *self; in PyZlib_decompressobj()
456 Comp_dealloc(compobject *self) in Comp_dealloc()
466 Decomp_dealloc(compobject *self) in Decomp_dealloc()
484 PyZlib_objcompress(compobject *self, PyObject *args) in PyZlib_objcompress()
531 save_unconsumed_input(compobject *self, Byte *input, Py_ssize_t inplen, in save_unconsumed_input()
[all …]