Searched refs:PyMultibyteCodec_CAPSULE_NAME (Results 1 – 3 of 3) sorted by relevance
288 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()
133 #define PyMultibyteCodec_CAPSULE_NAME "multibytecodec.__map_*" macro
1951 if (!PyCapsule_IsValid(arg, PyMultibyteCodec_CAPSULE_NAME)) { in _multibytecodec___create_codec()1956 codec = PyCapsule_GetPointer(arg, PyMultibyteCodec_CAPSULE_NAME); in _multibytecodec___create_codec()