Lines Matching refs:XxoObject
87 } XxoObject;
92 static XxoObject *
99 XxoObject *self;
100 self = PyObject_GC_New(XxoObject, (PyTypeObject*)state->Xxo_Type);
119 XxoObject *self = (XxoObject *)self_obj;
125 Xxo_clear(XxoObject *self)
134 XxoObject *self = (XxoObject *)self_obj;
153 Xxo_getattro(XxoObject *self, PyObject *name)
169 Xxo_setattro(XxoObject *self, PyObject *name, PyObject *v)
197 Xxo_demo(XxoObject *self, PyTypeObject *defining_class,
236 Xxo_getbuffer(XxoObject *self, Py_buffer *view, int flags)
248 Xxo_releasebuffer(XxoObject *self, Py_buffer *view)
254 Xxo_get_x_exports(XxoObject *self, void *c)
287 .basicsize = sizeof(XxoObject),
331 XxoObject *rv;