Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c70 } compobject; typedef
111 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 …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c70 } compobject; typedef
105 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 …]