Searched refs:clobject (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | clmodule.c | 20 } clobject; typedef 33 #define SELF ((clobject *) self) 61 param_type_is_float(clobject *self, int param) in param_type_is_float() 185 doClose(clobject *self, int (*close_func)(CL_Handle)) in doClose() 307 doParams(clobject *self, PyObject *args, int (*func)(CL_Handle, int *, int), in doParams() 385 do_get(clobject *self, PyObject *args, int (*func)(CL_Handle, int)) in do_get() 651 sizeof(clobject), /*tp_size*/ 670 clobject *new; in doOpen() 675 new = PyObject_New(clobject, &Cltype); in doOpen()
|