Searched refs:clobject (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dclmodule.c20 } clobject; typedef in typeref:struct:__anon17599
30 * even though they are really "clobject *". Therefore we cast the
33 #define SELF ((clobject *) self)
61 param_type_is_float(clobject *self, int param)
185 doClose(clobject *self, int (*close_func)(CL_Handle))
307 doParams(clobject *self, PyObject *args, int (*func)(CL_Handle, int *, int),
385 do_get(clobject *self, PyObject *args, int (*func)(CL_Handle, int))
651 sizeof(clobject), /*tp_size*/
670 clobject *new;
675 new = PyObject_New(clobject,
[all...]

Completed in 147 milliseconds