Home
last modified time | relevance | path

Searched refs:PyCodec_RegisterError (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dcodecs.h187 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
/external/python/cpython3/Include/
Dcodecs.h206 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
/external/python/cpython2/Python/
Dcodecs.c563 int PyCodec_RegisterError(const char *name, PyObject *error) in PyCodec_RegisterError() function
1018 res = PyCodec_RegisterError(methods[i].name, func); in _PyCodecRegistry_Init()
/external/python/cpython3/Doc/c-api/
Dcodec.rst73 .. c:function:: int PyCodec_RegisterError(const char *name, PyObject *error)
/external/python/cpython2/Doc/c-api/
Dcodec.rst73 .. c:function:: int PyCodec_RegisterError(const char *name, PyObject *error)
/external/python/cpython3/Python/
Dcodecs.c627 int PyCodec_RegisterError(const char *name, PyObject *error) in PyCodec_RegisterError() function
1516 res = PyCodec_RegisterError(methods[i].name, func); in _PyCodecRegistry_Init()
/external/python/cpython3/PC/
Dpython3.def73 PyCodec_RegisterError=python37.PyCodec_RegisterError
/external/python/cpython3/Modules/
D_codecsmodule.c1046 if (PyCodec_RegisterError(errors, handler)) in _codecs_register_error_impl()
/external/python/cpython2/PC/os2emx/
Dpython27.def887 "PyCodec_RegisterError"
/external/python/cpython2/Modules/
D_codecsmodule.c1032 if (PyCodec_RegisterError(name, handler)) in register_error()
/external/python/cpython3/Doc/data/
Drefcounts.dat299 PyCodec_RegisterError:int:::
300 PyCodec_RegisterError:const char*:name::
301 PyCodec_RegisterError:PyObject*:error:+1: