Home
last modified time | relevance | path

Searched refs:cofunc (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h253 PyObject *cofunc = PyObject_GetAttrString(mod, "__create_codec"); in getmultibytecodec() local
255 return cofunc; in getmultibytecodec()
261 PyObject *codecobj, *r, *cofunc; in getcodec() local
274 cofunc = getmultibytecodec(); in getcodec()
275 if (cofunc == NULL) in getcodec()
292 r = PyObject_CallOneArg(cofunc, codecobj); in getcodec()
294 Py_DECREF(cofunc); in getcodec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2749 Modules/cjkcodecs/cjkcodecs.h getmultibytecodec cofunc -