Searched defs:cfunc (Results 1 – 3 of 3) sorted by relevance
7366 typedef int (*cfunc)(const void *, const void *); typedef
4793 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in add_methods() local
3746 PyObject *cfunc = PyCFunction_New(meth, NULL); local