Searched refs:cofunc (Results 1 – 2 of 2) sorted by relevance
253 PyObject *cofunc = PyObject_GetAttrString(mod, "__create_codec"); in getmultibytecodec() local255 return cofunc; in getmultibytecodec()261 PyObject *codecobj, *r, *cofunc; in getcodec() local274 cofunc = getmultibytecodec(); in getcodec()275 if (cofunc == NULL) in getcodec()292 r = PyObject_CallOneArg(cofunc, codecobj); in getcodec()294 Py_DECREF(cofunc); in getcodec()
2749 Modules/cjkcodecs/cjkcodecs.h getmultibytecodec cofunc -