Searched refs:PyString_DecodeEscape (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Include/ |
D | bytesobject.h | 24 #define PyBytes_DecodeEscape PyString_DecodeEscape
|
D | stringobject.h | 78 PyAPI_FUNC(PyObject *) PyString_DecodeEscape(const char *, Py_ssize_t,
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 537 "PyString_DecodeEscape"
|
/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 171 return codec_tuple(PyString_DecodeEscape(data, size, errors, 0, NULL), in escape_decode()
|
D | cPickle.c | 3693 str = PyString_DecodeEscape(p, len, NULL, 0, NULL); in load_string()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 260 Fixed possible integer overflow in PyString_DecodeEscape. Patch by Jay
|
/external/python/cpython2/Python/ |
D | ast.c | 3546 return PyString_DecodeEscape(s, len, NULL, unicode, in parsestr()
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 605 PyObject *PyString_DecodeEscape(const char *s, in PyString_DecodeEscape() function
|