HomeSort by relevance Sort by last modified time
    Searched defs:compobject (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 70 } compobject; typedef in typeref:struct:__anon4491
111 static compobject *
114 compobject *self;
115 self = PyObject_New(compobject, type);
311 compobject *self;
351 compobject *self;
384 Comp_dealloc(compobject *self)
394 Decomp_dealloc(compobject *self)
412 PyZlib_objcompress(compobject *self, PyObject *args)
473 save_unconsumed_input(compobject *self, int err)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c 70 } compobject; typedef in typeref:struct:__anon4836
105 static compobject *
108 compobject *self;
109 self = PyObject_New(compobject, type);
305 compobject *self;
345 compobject *self;
378 Comp_dealloc(compobject *self)
388 Decomp_dealloc(compobject *self)
406 PyZlib_objcompress(compobject *self, PyObject *args)
476 PyZlib_objdecompress(compobject *self, PyObject *args)
    [all...]
  /external/python/cpython2/Modules/
zlibmodule.c 71 } compobject; typedef in typeref:struct:__anon32895
112 static compobject *
115 compobject *self;
116 self = PyObject_New(compobject, type);
383 compobject *self;
423 compobject *self;
456 Comp_dealloc(compobject *self)
466 Decomp_dealloc(compobject *self)
484 PyZlib_objcompress(compobject *self, PyObject *args)
531 save_unconsumed_input(compobject *self, Byte *input, Py_ssize_t inplen
    [all...]
  /external/python/cpython3/Modules/
zlibmodule.c 57 } compobject; typedef in typeref:struct:__anon33524
90 class zlib.Compress "compobject *" "&Comptype"
91 class zlib.Decompress "compobject *" "&Decomptype"
95 static compobject *
98 compobject *self;
99 self = PyObject_New(compobject, type);
463 compobject *self = NULL;
519 set_inflate_zdict(compobject *self)
560 compobject *self;
616 Dealloc(compobject *self
    [all...]

Completed in 90 milliseconds