Searched refs:PyCodec_RegisterError (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Include/ |
D | codecs.h | 187 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
|
/external/python/cpython3/Include/ |
D | codecs.h | 206 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
|
/external/python/cpython2/Python/ |
D | codecs.c | 563 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/ |
D | codec.rst | 73 .. c:function:: int PyCodec_RegisterError(const char *name, PyObject *error)
|
/external/python/cpython2/Doc/c-api/ |
D | codec.rst | 73 .. c:function:: int PyCodec_RegisterError(const char *name, PyObject *error)
|
/external/python/cpython3/Python/ |
D | codecs.c | 627 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/ |
D | python3.def | 73 PyCodec_RegisterError=python37.PyCodec_RegisterError
|
/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 1046 if (PyCodec_RegisterError(errors, handler)) in _codecs_register_error_impl()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 887 "PyCodec_RegisterError"
|
/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 1032 if (PyCodec_RegisterError(name, handler)) in register_error()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 299 PyCodec_RegisterError:int::: 300 PyCodec_RegisterError:const char*:name:: 301 PyCodec_RegisterError:PyObject*:error:+1:
|