Searched defs:cmpfunc (Results 1 – 3 of 3) sorted by relevance
440 static int cmpfunc(const void *a, const void *b) { in cmpfunc() function
312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
2026 build_cmpwrapper(PyObject *cmpfunc) in build_cmpwrapper()