Searched refs:PyCodec_RegisterError (Results 1 – 8 of 8) sorted by relevance
214 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
81 .. c:function:: int PyCodec_RegisterError(const char *name, PyObject *error)
622 int PyCodec_RegisterError(const char *name, PyObject *error) in PyCodec_RegisterError() function1522 int res = PyCodec_RegisterError(methods[i].name, func); in _PyCodecRegistry_Init()
976 if (PyCodec_RegisterError(errors, handler)) in _codecs_register_error_impl()
156 EXPORT_FUNC(PyCodec_RegisterError)
82 function,PyCodec_RegisterError,3.2,,
317 PyCodec_RegisterError:int:::318 PyCodec_RegisterError:const char*:name::319 PyCodec_RegisterError:PyObject*:error:+1:
514 [function.PyCodec_RegisterError]