Home
last modified time | relevance | path

Searched refs:PyMultibyteCodec_CAPSULE_NAME (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h288 codecobj = PyCapsule_New((void *)codec, PyMultibyteCodec_CAPSULE_NAME, NULL); in getcodec()
310 PyMultibyteCodec_CAPSULE_NAME, NULL); in register_maps()
374 else if (!PyCapsule_IsValid(o, PyMultibyteCodec_CAPSULE_NAME)) { in importmap()
381 map = PyCapsule_GetPointer(o, PyMultibyteCodec_CAPSULE_NAME); in importmap()
Dmultibytecodec.h133 #define PyMultibyteCodec_CAPSULE_NAME "multibytecodec.__map_*" macro
Dmultibytecodec.c1951 if (!PyCapsule_IsValid(arg, PyMultibyteCodec_CAPSULE_NAME)) { in _multibytecodec___create_codec()
1956 codec = PyCapsule_GetPointer(arg, PyMultibyteCodec_CAPSULE_NAME); in _multibytecodec___create_codec()