Searched refs:Oobject (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cStringIO.c | 61 } Oobject; typedef 378 Oobject *oself; in O_cwrite() 382 oself = (Oobject *)self; in O_cwrite() 428 O_write(Oobject *self, PyObject *args) { in O_write() 443 O_close(Oobject *self, PyObject *unused) { in O_close() 459 O_writelines(Oobject *self, PyObject *args) { in O_writelines() 510 {"softspace", T_INT, offsetof(Oobject, softspace), 0, 517 O_dealloc(Oobject *self) { in O_dealloc() 528 sizeof(Oobject), /*tp_basicsize*/ 561 Oobject *self; in newOobject() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cStringIO.c | 61 } Oobject; typedef 389 Oobject *oself; in O_cwrite() 393 oself = (Oobject *)self; in O_cwrite() 448 O_write(Oobject *self, PyObject *args) { in O_write() 465 O_close(Oobject *self, PyObject *unused) { in O_close() 481 O_writelines(Oobject *self, PyObject *args) { in O_writelines() 532 {"softspace", T_INT, offsetof(Oobject, softspace), 0, 539 O_dealloc(Oobject *self) { in O_dealloc() 550 sizeof(Oobject), /*tp_basicsize*/ 583 Oobject *self; in newOobject() [all …]
|