Searched defs:CL_Handle (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | clmodule.c | 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() argument 385 do_get(clobject *self, PyObject *args, int (*func)(CL_Handle, int)) in do_get() argument 666 doOpen(PyObject *self, PyObject *args, int (*open_func)(int, CL_Handle *), in doOpen() argument
|