Home
last modified time | relevance | path

Searched defs:cfunc (Results 1 – 3 of 3) sorted by relevance

/third_party/quickjs/
Dquickjs.h984 JSCFunctionType cfunc; member
Dquickjs.c936 } cfunc; member
/third_party/python/Objects/
Dtypeobject.c5570 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in type_add_method() local