Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytesobject.h24 #define PyBytes_DecodeEscape PyString_DecodeEscape macro
/external/python/cpython3/Include/
Dbytesobject.h46 PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,
/external/python/cpython3/Misc/NEWS.d/
D3.5.5rc1.rst27 Fixed possible integer overflow in PyBytes_DecodeEscape, CVE-2017-1000158.
/external/python/cpython3/Modules/
D_codecsmodule.c185 PyObject *decoded = PyBytes_DecodeEscape(data->buf, data->len, in _codecs_escape_decode_impl()
D_pickle.c5454 bytes = PyBytes_DecodeEscape(p, len, NULL, 0, NULL); in load_string()
/external/python/cpython3/Doc/data/
Dstable_abi.dat26 function,PyBytes_DecodeEscape,3.2,
Dpython3.10.abi38 …<elf-symbol name='PyBytes_DecodeEscape' type='func-type' binding='global-binding' visibility='defa…
4543PyBytes_DecodeEscape' mangled-name='PyBytes_DecodeEscape' filepath='Objects/bytesobject.c' line='1…
20142 …<function-decl name='PyBytes_DecodeEscape' mangled-name='PyBytes_DecodeEscape' filepath='./Include…
/external/python/cpython3/PC/
Dpython3dll.c112 EXPORT_FUNC(PyBytes_DecodeEscape)
/external/python/cpython3/Misc/
Dstable_abi.txt340 function PyBytes_DecodeEscape
/external/python/cpython3/Objects/
Dbytesobject.c1198 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function
/external/python/cpython2/Objects/
Dbytesobject.c1245 PyObject *PyBytes_DecodeEscape(const char *s, in PyBytes_DecodeEscape() function