Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dxxlimited.c75 } XxoObject; typedef
80 static XxoObject *
87 XxoObject *self; in newXxoObject()
88 self = PyObject_GC_New(XxoObject, (PyTypeObject*)state->Xxo_Type); in newXxoObject()
99 Xxo_traverse(XxoObject *self, visitproc visit, void *arg) in Xxo_traverse()
110 Xxo_clear(XxoObject *self) in Xxo_clear()
117 Xxo_finalize(XxoObject *self) in Xxo_finalize()
123 Xxo_dealloc(XxoObject *self) in Xxo_dealloc()
136 Xxo_getattro(XxoObject *self, PyObject *name) in Xxo_getattro()
152 Xxo_setattro(XxoObject *self, PyObject *name, PyObject *v) in Xxo_setattro()
[all …]
Dxxlimited_35.c19 } XxoObject; typedef
25 static XxoObject *
28 XxoObject *self; in newXxoObject()
29 self = PyObject_GC_New(XxoObject, (PyTypeObject*)Xxo_Type); in newXxoObject()
39 Xxo_traverse(XxoObject *self, visitproc visit, void *arg) in Xxo_traverse()
47 Xxo_clear(XxoObject *self) in Xxo_clear()
54 Xxo_finalize(XxoObject *self) in Xxo_finalize()
60 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo()
81 Xxo_getattro(XxoObject *self, PyObject *name) in Xxo_getattro()
97 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr()
[all …]
Dxxmodule.c24 } XxoObject; typedef
30 static XxoObject *
33 XxoObject *self; in newXxoObject()
34 self = PyObject_New(XxoObject, &Xxo_Type); in newXxoObject()
44 Xxo_dealloc(XxoObject *self) in Xxo_dealloc()
51 Xxo_demo(XxoObject *self, PyObject *args) in Xxo_demo()
66 Xxo_getattro(XxoObject *self, PyObject *name) in Xxo_getattro()
82 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr()
105 sizeof(XxoObject), /*tp_basicsize*/
171 XxoObject *rv; in xx_new()