Searched refs:compobject (Results 1 – 2 of 2) sorted by relevance
70 } compobject; typedef111 static compobject *114 compobject *self; in newcompobject()115 self = PyObject_New(compobject, type); in newcompobject()311 compobject *self; in PyZlib_compressobj()351 compobject *self; in PyZlib_decompressobj()384 Comp_dealloc(compobject *self) in Comp_dealloc()394 Decomp_dealloc(compobject *self) in Decomp_dealloc()412 PyZlib_objcompress(compobject *self, PyObject *args) in PyZlib_objcompress()473 save_unconsumed_input(compobject *self, int err) in save_unconsumed_input()[all …]
70 } compobject; typedef105 static compobject *108 compobject *self; in newcompobject()109 self = PyObject_New(compobject, type); in newcompobject()305 compobject *self; in PyZlib_compressobj()345 compobject *self; in PyZlib_decompressobj()378 Comp_dealloc(compobject *self) in Comp_dealloc()388 Decomp_dealloc(compobject *self) in Decomp_dealloc()406 PyZlib_objcompress(compobject *self, PyObject *args) in PyZlib_objcompress()476 PyZlib_objdecompress(compobject *self, PyObject *args) in PyZlib_objdecompress()[all …]