Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcodecs.h219 PyAPI_FUNC(PyObject *) PyCodec_LookupError(const char *name);
/third_party/python/Doc/c-api/
Dcodec.rst100 .. c:function:: PyObject* PyCodec_LookupError(const char *name)
/third_party/python/Modules/
D_codecsmodule.c996 return PyCodec_LookupError(name); in _codecs_lookup_error_impl()
/third_party/python/Doc/data/
Dstable_abi.dat71 function,PyCodec_LookupError,3.2,
Drefcounts.dat321 PyCodec_LookupError:PyObject*::+1:
322 PyCodec_LookupError:const char*:name::
/third_party/python/PC/
Dpython3dll.c149 EXPORT_FUNC(PyCodec_LookupError)
/third_party/python/Python/
Dcodecs.c638 PyObject *PyCodec_LookupError(const char *name) in PyCodec_LookupError() function
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c124 cb = PyCodec_LookupError(str); in call_error_callback()
/third_party/python/Misc/
Dstable_abi.txt420 function PyCodec_LookupError
/third_party/python/Modules/_io/
Dtextio.c1024 PyObject *handler = PyCodec_LookupError(name); in io_check_errors()
/third_party/python/Objects/
Dunicodeobject.c494 PyObject *handler = PyCodec_LookupError(errors); in unicode_check_encoding_errors()
4479 *errorHandler = PyCodec_LookupError(errors); in unicode_decode_call_errorhandler_wchar()
4593 *errorHandler = PyCodec_LookupError(errors); in unicode_decode_call_errorhandler_writer()
7139 *errorHandler = PyCodec_LookupError(errors); in unicode_encode_call_errorhandler()
9147 *errorHandler = PyCodec_LookupError(errors); in unicode_translate_call_errorhandler()