Searched refs:XxoObject (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/ |
H A D | xxlimited.c | 87 } XxoObject; typedef 92 static XxoObject * 99 XxoObject *self; in newXxoObject() 100 self = PyObject_GC_New(XxoObject, (PyTypeObject*)state->Xxo_Type); in newXxoObject() 119 XxoObject *self = (XxoObject *)self_obj; in Xxo_traverse() 125 Xxo_clear(XxoObject *self) in Xxo_clear() 134 XxoObject *self = (XxoObject *)self_obj; in Xxo_finalize() 153 Xxo_getattro(XxoObject *sel [all...] |
H A D | xxlimited_35.c | 19 } 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 *sel [all...] |
H A D | xxmodule.c | 24 } 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 *r in xx_new() [all...] |
Completed in 2 milliseconds